Home
last modified time | relevance | path

Searched defs:curve_name (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_ecdh.c82 int ECDH_helper(const u8 *curve_name, const u8 *role) in ECDH_helper()
234 u8 curve_name[MAX_CURVE_NAME_LEN] = { 0 }; in main() local
H A Dcurve_basic_examples.c108 int check_curve(const u8 *curve_name) in check_curve()
375 u8 curve_name[MAX_CURVE_NAME_LEN] = { 0 }; in main() local
/freebsd/crypto/libecc/include/libecc/curves/
H A Dec_params.h83 u8 curve_name[MAX_CURVE_NAME_LEN]; member
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c94 const char *curve_name; in ossl_ec_check_curve_allowed() local
/freebsd/crypto/libecc/src/sig/
H A Dec_key.c363 const u8 *curve_name; in ec_structured_priv_key_export_to_buf() local
461 const u8 *curve_name; in ec_structured_pub_key_export_to_buf() local
/freebsd/crypto/openssl/apps/
H A Decparam.c100 char *curve_name = NULL; in ecparam_main() local
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c294 const char *curve_name; in ec_param_to_text() local
/freebsd/crypto/openssl/crypto/ec/
H A Dec_local.h216 int curve_name; /* optional NID for named curve */ member
314 int curve_name; member
H A Dec_backend.c339 const char *curve_name = OSSL_EC_curve_nid2name(curve_nid); in ossl_ec_group_todata() local
H A Dec_asn1.c527 int curve_name = NID_undef; in EC_GROUP_new_from_ecparameters() local
H A Dec_lib.c1480 const char *curve_name = NULL; in group_new_from_name() local
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_cmp.c443 char curve_name[80]; in check_suite_b() local
/freebsd/crypto/openssl/test/
H A Dectest.c2810 const char *curve_name = NULL; in custom_params_test() local
H A Dacvp_test.c178 static int ecdsa_create_pkey(EVP_PKEY **pkey, const char *curve_name, in ecdsa_create_pkey()