Home
last modified time | relevance | path

Searched refs:EDDSA25519 (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/libecc/src/tests/
HDed25519_test_vectors.h27 .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 …]
HDec_self_tests_core.c756 …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/
HDlib_ecc_types.h49 EDDSA25519 = 9, enumerator
/freebsd-13-stable/crypto/libecc/src/sig/
HDeddsa.c133 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)){
HDsig_algs.c979 case EDDSA25519: in is_sign_deterministic()
/freebsd-13-stable/usr.sbin/pkg/
HDecc.c586 keyinfo->sig_alg = EDDSA25519; in ecc_new()
/freebsd-13-stable/crypto/libecc/include/libecc/sig/
HDsig_algs_internal.h449 {.type = EDDSA25519,
/freebsd-13-stable/crypto/libecc/src/wycheproof_tests/
HDlibecc_wycheproof_tests.h560297 .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 …]