Searched refs:EDDSA25519 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/crypto/libecc/src/tests/ |
| HD | ed25519_test_vectors.h | 27 .sig_type = EDDSA25519, 50 .sig_type = EDDSA25519, 73 .sig_type = EDDSA25519, 96 .sig_type = EDDSA25519, 119 .sig_type = EDDSA25519, 142 .sig_type = EDDSA25519, 165 .sig_type = EDDSA25519, 188 .sig_type = EDDSA25519, 211 .sig_type = EDDSA25519, 234 .sig_type = EDDSA25519, [all …]
|
| HD | ec_self_tests_core.c | 756 …if((c->sig_type == EDDSA25519) || (c->sig_type == EDDSA25519CTX) || (c->sig_type == EDDSA25519PH) … 760 if((c->sig_type == EDDSA25519) || (c->sig_type == EDDSA25519CTX) || (c->sig_type == EDDSA25519PH)){ 1539 …if((ec_sig_maps[i].type == EDDSA25519) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WE… 1943 …if((ec_sig_maps[i].type == EDDSA25519) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WE…
|
| /freebsd-13-stable/crypto/libecc/include/libecc/ |
| HD | lib_ecc_types.h | 49 EDDSA25519 = 9, enumerator
|
| /freebsd-13-stable/crypto/libecc/src/sig/ |
| HD | eddsa.c | 133 case EDDSA25519: in get_eddsa_hash_type() 166 case EDDSA25519: in eddsa_key_type_check_curve() 654 if ((priv_key->key_type == EDDSA25519) || in eddsa_derive_priv_key() 880 if((sig_type != EDDSA25519) && (sig_type != EDDSA25519CTX) && (sig_type != EDDSA25519PH) && \ 884 if((sig_type != EDDSA25519) && (sig_type != EDDSA25519CTX) && (sig_type != EDDSA25519PH)){ 897 if((sig_type == EDDSA25519) || (sig_type == EDDSA25519CTX) || (sig_type == EDDSA25519PH)){ 999 if((sig_type == EDDSA25519) || (sig_type == EDDSA25519CTX) || (sig_type == EDDSA25519PH)){
|
| HD | sig_algs.c | 979 case EDDSA25519: in is_sign_deterministic()
|
| /freebsd-13-stable/usr.sbin/pkg/ |
| HD | ecc.c | 586 keyinfo->sig_alg = EDDSA25519; in ecc_new()
|
| /freebsd-13-stable/crypto/libecc/include/libecc/sig/ |
| HD | sig_algs_internal.h | 449 {.type = EDDSA25519,
|
| /freebsd-13-stable/crypto/libecc/src/wycheproof_tests/ |
| HD | libecc_wycheproof_tests.h | 560297 .sig_alg = EDDSA25519, 560328 .sig_alg = EDDSA25519, 560359 .sig_alg = EDDSA25519, 560390 .sig_alg = EDDSA25519, 560421 .sig_alg = EDDSA25519, 560452 .sig_alg = EDDSA25519, 560483 .sig_alg = EDDSA25519, 560514 .sig_alg = EDDSA25519, 560545 .sig_alg = EDDSA25519, 560576 .sig_alg = EDDSA25519, [all …]
|