Home
last modified time | relevance | path

Searched refs:NID_secp224r1 (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/test/
H A Decdsatest.h53 {NID_secp224r1, NID_sha224,
64 {NID_secp224r1, NID_sha224,
75 {NID_secp224r1, NID_sha224,
86 {NID_secp224r1, NID_sha224,
97 {NID_secp224r1, NID_sha224,
108 {NID_secp224r1, NID_sha224,
119 {NID_secp224r1, NID_sha224,
130 {NID_secp224r1, NID_sha224,
141 {NID_secp224r1, NID_sha224,
152 {NID_secp224r1, NID_sha224,
[all …]
H A Dec_internal_test.c320 key = EC_KEY_new_by_curve_name(NID_secp224r1); in set_private_key()
321 aux_key = EC_KEY_new_by_curve_name(NID_secp224r1); in set_private_key()
H A Dectest.c1225 NID_secp224r1,
1792 case NID_secp224r1: in are_ec_nids_compatible()
1794 ret = (n2d == NID_secp224r1 || n2d == NID_wap_wsg_idm_ecid_wtls12); in are_ec_nids_compatible()
1802 ret = (n2d == NID_secp224r1); in are_ec_nids_compatible()
/freebsd/crypto/openssl/crypto/evp/
H A Dec_support.c32 {"secp224r1", NID_secp224r1 },
164 {"P-224", NID_secp224r1},
/freebsd/crypto/openssl/crypto/ec/
H A Dec_curve.c2830 {NID_secp224r1, &_EC_NIST_PRIME_224.h,
2922 {NID_secp224r1, &_EC_NIST_PRIME_224.h, EC_GFp_nistp224_method,
2925 {NID_secp224r1, &_EC_NIST_PRIME_224.h, 0,
H A Dec_asn1.c800 curve_name = NID_secp224r1; in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1435 curve_name_nid = NID_secp224r1; in ec_group_explicit_to_named()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1835 {"secp224r1", "secp224r1", NID_secp224r1, 5, &so[4829]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h364 #define NID_secp224r1 713 macro
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c165 {NID_secp224r1, OSSL_TLS_GROUP_ID_secp224r1},
/freebsd/crypto/openssl/apps/
H A Dspeed.c1535 {"nistp224", NID_secp224r1, 224}, in speed_main()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2268 return NID_secp224r1; in crypto_ec_group_2_nid()