Searched refs:ec_maps (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/libecc/src/curves/ |
| H A D | curves.c | 51 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 D | curves_list.h | 100 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 D | ec_self_tests_core.c | 1530 …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 D | ec_self_tests.c | 92 ext_printf("%s ", (const char *)(ec_maps[i].params->name->buf)); in print_curves()
|
| H A D | ec_utils.c | 1547 printf("%s ", (const char *)(ec_maps[i].params->name->buf)); in print_curves()
|
| /freebsd/crypto/libecc/src/examples/basic/ |
| H A D | curve_ecdh.c | 248 if(ec_get_curve_name_by_type(ec_maps[i].type, curve_name, in main()
|
| H A D | curve_basic_examples.c | 386 if(ec_get_curve_name_by_type(ec_maps[i].type, curve_name, in main()
|