Searched refs:NID_secp224r1 (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | ecdsatest.h | 53 {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 D | ec_internal_test.c | 320 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 D | ectest.c | 1225 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 D | ec_support.c | 32 {"secp224r1", NID_secp224r1 }, 164 {"P-224", NID_secp224r1},
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_curve.c | 2830 {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 D | ec_asn1.c | 800 curve_name = NID_secp224r1; in EC_GROUP_new_from_ecparameters()
|
H A D | ec_lib.c | 1435 curve_name_nid = NID_secp224r1; in ec_group_explicit_to_named()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 1835 {"secp224r1", "secp224r1", NID_secp224r1, 5, &so[4829]},
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 364 #define NID_secp224r1 713 macro
|
/freebsd/crypto/openssl/ssl/ |
H A D | t1_lib.c | 165 {NID_secp224r1, OSSL_TLS_GROUP_ID_secp224r1},
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 1535 {"nistp224", NID_secp224r1, 224}, in speed_main()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 2268 return NID_secp224r1; in crypto_ec_group_2_nid()
|