Home
last modified time | relevance | path

Searched refs:WEI448 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/include/libecc/
H A Dlib_ecc_types.h192 WEI448 = 15, enumerator
/freebsd/crypto/libecc/include/libecc/curves/
H A Dcurves_list.h150 {.type = WEI448,.params = &wei448_str_params},
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c1550 …sig_maps[i].type == EDDSA448) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WEI448))){
1553 …g_maps[i].type == EDDSA448PH) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WEI448))){
1954 …sig_maps[i].type == EDDSA448) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WEI448))){
1957 …g_maps[i].type == EDDSA448PH) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WEI448))){
/freebsd/crypto/libecc/src/sig/
H A Deddsa.c178 ret = (curve_type == WEI448) ? 0 : -1; in eddsa_key_type_check_curve()