Searched refs:EDDSA448 (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/libecc/src/tests/ |
H A D | ed448_test_vectors.h | 30 .sig_type = EDDSA448, 53 .sig_type = EDDSA448, 76 .sig_type = EDDSA448, 102 .sig_type = EDDSA448, 128 .sig_type = EDDSA448, 154 .sig_type = EDDSA448, 180 .sig_type = EDDSA448, 269 .sig_type = EDDSA448, 298 .sig_type = EDDSA448,
|
H A D | ec_self_tests_core.c | 757 (c->sig_type == EDDSA448) || (c->sig_type == EDDSA448PH)){ 763 if((c->sig_type == EDDSA448) || (c->sig_type == EDDSA448PH)){ 1550 …if((ec_sig_maps[i].type == EDDSA448) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WE… 1954 …if((ec_sig_maps[i].type == EDDSA448) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WE…
|
H A D | ec_utils.c | 621 if(sig_type == EDDSA448){ in check_ancillary_data()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | eddsa.c | 141 case EDDSA448: in get_eddsa_hash_type() 175 case EDDSA448: in eddsa_key_type_check_curve() 356 if((sig_alg == EDDSA448) || (sig_alg == EDDSA448PH)){ in eddsa_encode_point() 476 if((sig_type == EDDSA448) || (sig_type == EDDSA448PH)){ in eddsa_decode_point() 525 if((sig_type == EDDSA448) || (sig_type == EDDSA448PH)){ in eddsa_decode_point() 666 if ((priv_key->key_type == EDDSA448) || (priv_key->key_type == EDDSA448PH)) { in eddsa_derive_priv_key() 834 if((in_priv->key_type == EDDSA448) || (in_priv->key_type == EDDSA448PH)){ in eddsa_init_pub_key() 881 (sig_type != EDDSA448) && (sig_type != EDDSA448PH)){ 887 if((sig_type != EDDSA448) && (sig_type != EDDSA448PH)){ 902 if((sig_type == EDDSA448) || (sig_type == EDDSA448PH)){ [all …]
|
H A D | sig_algs.c | 986 case EDDSA448: in is_sign_deterministic()
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | lib_ecc_types.h | 54 EDDSA448 = 12, enumerator
|
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs_internal.h | 502 {.type = EDDSA448,
|
/freebsd/crypto/libecc/src/wycheproof_tests/ |
H A D | libecc_wycheproof_tests.h | 557640 .sig_alg = EDDSA448, 557671 .sig_alg = EDDSA448, 557702 .sig_alg = EDDSA448, 557733 .sig_alg = EDDSA448, 557764 .sig_alg = EDDSA448, 557795 .sig_alg = EDDSA448, 557826 .sig_alg = EDDSA448, 557857 .sig_alg = EDDSA448, 557888 .sig_alg = EDDSA448, 557919 .sig_alg = EDDSA448, [all …]
|