Home
last modified time | relevance | path

Searched refs:NID_X9_62_characteristic_two_field (Results 1 – 15 of 15) sorted by relevance

/freebsd-head/crypto/openssl/crypto/ec/
HDec_curve.c856 NID_X9_62_characteristic_two_field, 20, 15, 2
888 NID_X9_62_characteristic_two_field, 20, 15, 2
920 NID_X9_62_characteristic_two_field, 20, 17, 2
952 NID_X9_62_characteristic_two_field, 20, 17, 2
985 NID_X9_62_characteristic_two_field, 0, 21, 2
1016 NID_X9_62_characteristic_two_field, 0, 21, 2
1046 NID_X9_62_characteristic_two_field, 0, 21, 2
1076 NID_X9_62_characteristic_two_field, 20, 25, 2
1114 NID_X9_62_characteristic_two_field, 20, 25, 2
1153 NID_X9_62_characteristic_two_field, 0, 30, 4
[all …]
HDeck_prn.c125 if (tmp_nid == NID_X9_62_characteristic_two_field) in ECPKParameters_print()
HDec_lib.c340 if (group->meth->field_type == NID_X9_62_characteristic_two_field) { in ec_guess_cofactor()
1327 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field) in EC_GROUP_get_basis_type()
1352 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field in EC_GROUP_get_trinomial_basis()
1371 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field in EC_GROUP_get_pentanomial_basis()
HDec_asn1.c131 …ADB_ENTRY(NID_X9_62_characteristic_two_field, ASN1_SIMPLE(X9_62_FIELDID, p.char_two, X9_62_CHARACT…
222 } else if (nid == NID_X9_62_characteristic_two_field) in ec_asn1_group2fieldid()
564 if (tmp == NID_X9_62_characteristic_two_field) in EC_GROUP_new_from_ecparameters()
HDec_backend.c171 } else if (fid == NID_X9_62_characteristic_two_field) { in ec_group_explicit_todata()
HDec2_smpl.c943 NID_X9_62_characteristic_two_field, in EC_GF2m_simple_method()
/freebsd-head/crypto/openssl/doc/man3/
HDEVP_PKEY_get_field_type.pod20 for prime curves or B<NID_X9_62_characteristic_two_field> for binary curves;
HDEC_GROUP_copy.pod219 or B<NID_X9_62_characteristic_two_field> for binary curves;
/freebsd-head/crypto/openssl/providers/implementations/encode_decode/
HDencode_key2text.c375 if (EC_GROUP_get_field_type(group) == NID_X9_62_characteristic_two_field) { in ec_param_explicit_curve_to_text()
/freebsd-head/crypto/openssl/test/
HDectest.c1541 if (field_nid == NID_X9_62_characteristic_two_field) { in check_named_curve_test()
2171 is_binary = (EC_GROUP_get_field_type(g1) == NID_X9_62_characteristic_two_field); in cardinality_test()
2263 if (type == NID_X9_62_characteristic_two_field) { in check_ec_key_field_public_range_test()
/freebsd-head/crypto/openssl/providers/implementations/keymgmt/
HDec_kmgmt.c595 if (fid != NID_X9_62_characteristic_two_field) in ec_get_ecm_params()
/freebsd-head/crypto/openssl/crypto/objects/
HDobj_dat.h1529 …{"characteristic-two-field", "characteristic-two-field", NID_X9_62_characteristic_two_field, 7, &s…
/freebsd-head/crypto/openssl/crypto/evp/
HDp_lib.c2480 return NID_X9_62_characteristic_two_field; in EVP_PKEY_get_field_type()
/freebsd-head/crypto/openssl/include/openssl/
HDobj_mac.h156 #define NID_X9_62_characteristic_two_field 407 macro
/freebsd-head/crypto/openssl/ssl/
HDt1_lib.c900 else if (field_type == NID_X9_62_characteristic_two_field) in tls1_check_pkey_comp()