Home
last modified time | relevance | path

Searched defs:curves (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Decparam.c71 EC_builtin_curve *curves = NULL; in list_builtin_curves() local
/freebsd/crypto/openssl/test/
H A Dec_internal_test.c22 static EC_builtin_curve *curves = NULL; variable
H A Decdsatest.c32 static EC_builtin_curve *curves = NULL; variable
H A Dectest.c36 static EC_builtin_curve *curves = NULL; variable
/freebsd/contrib/bearssl/tools/
H A Dnames.c326 } curves[] = { variable
/freebsd/contrib/wpa/src/common/
H A Ddpp.c4402 u8 curves = 0; in dpp_parse_supported_curves_list() local
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ssl.h3439 uint32_t curves; member
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c8380 test_EC_keygen(const char *name, const br_ec_impl *impl, uint32_t curves) in test_EC_keygen()