Home
last modified time | relevance | path

Searched refs:WEI25519 (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/libecc/include/libecc/
H A Dlib_ecc_types.h189 WEI25519 = 14, enumerator
/freebsd/crypto/libecc/include/libecc/curves/
H A Dcurves_list.h147 {.type = WEI25519,.params = &wei25519_str_params},
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c1539 …g_maps[i].type == EDDSA25519) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WEI25519))){
1542 …aps[i].type == EDDSA25519CTX) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WEI25519))){
1545 …maps[i].type == EDDSA25519PH) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WEI25519))){
1943 …g_maps[i].type == EDDSA25519) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WEI25519))){
1946 …aps[i].type == EDDSA25519CTX) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WEI25519))){
1949 …maps[i].type == EDDSA25519PH) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WEI25519))){
/freebsd/usr.sbin/pkg/
H A Decc.c88 ENTRY(WEI25519, &wei25519_str_params),
/freebsd/crypto/libecc/src/sig/
H A Deddsa.c170 ret = (curve_type == WEI25519) ? 0 : -1; in eddsa_key_type_check_curve()
/freebsd/crypto/libecc/
H A DREADME.md74 the Weierstrass WEI25519 that is isogenic to Ed25519 (Twisted Edwards)