Home
last modified time | relevance | path

Searched refs:ec_maps (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/libecc/src/curves/
H A Dcurves.c51 map = &ec_maps[i]; in ec_get_curve_params_by_name()
97 map = &ec_maps[i]; in ec_get_curve_params_by_type()
159 map = &ec_maps[i]; in ec_get_curve_type_by_name()
/freebsd/crypto/libecc/include/libecc/curves/
H A Dcurves_list.h100 static const ec_mapping ec_maps[] = { variable
247 #define EC_CURVES_NUM (sizeof(ec_maps) / sizeof(ec_mapping))
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c1530 …ret = are_str_equal((const char*)ec_maps[k].params->name->buf, curve, &check); OPENMP_EG(ret, err);
1539 …if((ec_sig_maps[i].type == EDDSA25519) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WE…
1542 …if((ec_sig_maps[i].type == EDDSA25519CTX) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type !=…
1545 …if((ec_sig_maps[i].type == EDDSA25519PH) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != …
1550 …if((ec_sig_maps[i].type == EDDSA448) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != WE…
1553 …if((ec_sig_maps[i].type == EDDSA448PH) && ((hash_maps[j].type != SHAKE256) || (ec_maps[k].type != …
1559 &ec_maps[k]);
1934 …ret = are_str_equal((const char*)ec_maps[k].params->name->buf, curve, &check); OPENMP_EG(ret, err);
1943 …if((ec_sig_maps[i].type == EDDSA25519) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type != WE…
1946 …if((ec_sig_maps[i].type == EDDSA25519CTX) && ((hash_maps[j].type != SHA512) || (ec_maps[k].type !=…
[all …]
H A Dec_self_tests.c92 ext_printf("%s ", (const char *)(ec_maps[i].params->name->buf)); in print_curves()
H A Dec_utils.c1547 printf("%s ", (const char *)(ec_maps[i].params->name->buf)); in print_curves()
/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_ecdh.c248 if(ec_get_curve_name_by_type(ec_maps[i].type, curve_name, in main()
H A Dcurve_basic_examples.c386 if(ec_get_curve_name_by_type(ec_maps[i].type, curve_name, in main()