/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_curve.c | 27 * NID_X9_62_characteristic_two_field */ 856 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, 2 [all...] |
H A D | eck_prn.c | 125 if (tmp_nid == NID_X9_62_characteristic_two_field) in ECPKParameters_print()
|
H A D | ec_asn1.c | 55 /* NID_X9_62_characteristic_two_field */ 131 ADB_ENTRY(NID_X9_62_characteristic_two_field, ASN1_SIMPLE(X9_62_FIELDID, p.char_two, X9_62_CHARACTERISTIC_TWO)) 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()
|
H A D | ec_lib.c | 339 if (group->meth->field_type == NID_X9_62_characteristic_two_field) { in ec_guess_cofactor() 1326 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field) in EC_GROUP_get_basis_type() 1351 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field in EC_GROUP_get_trinomial_basis() 1370 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field in EC_GROUP_get_pentanomial_basis()
|
H A D | ec_backend.c | 171 } else if (fid == NID_X9_62_characteristic_two_field) { in ec_group_explicit_todata()
|
H A D | ec2_smpl.c | 943 NID_X9_62_characteristic_two_field, in EC_GF2m_simple_method()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_curve.c | 27 * NID_X9_62_characteristic_two_field */ 856 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, 2 [all...] |
H A D | eck_prn.c | 125 if (tmp_nid == NID_X9_62_characteristic_two_field) in ECPKParameters_print()
|
H A D | ec_asn1.c | 55 /* NID_X9_62_characteristic_two_field */ 131 ADB_ENTRY(NID_X9_62_characteristic_two_field, ASN1_SIMPLE(X9_62_FIELDID, p.char_two, X9_62_CHARACTERISTIC_TWO)) 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()
|
H A D | ec_lib.c | 339 if (group->meth->field_type == NID_X9_62_characteristic_two_field) { in ec_guess_cofactor() 1326 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field) in EC_GROUP_get_basis_type() 1351 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field in EC_GROUP_get_trinomial_basis() 1370 if (EC_GROUP_get_field_type(group) != NID_X9_62_characteristic_two_field in EC_GROUP_get_pentanomial_basis()
|
H A D | ec_backend.c | 171 } else if (fid == NID_X9_62_characteristic_two_field) { in ec_group_explicit_todata()
|
H A D | ec2_smpl.c | 943 NID_X9_62_characteristic_two_field, in EC_GF2m_simple_method()
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 374 if (EC_GROUP_get_field_type(group) == NID_X9_62_characteristic_two_field) { in ec_param_explicit_curve_to_text()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 374 if (EC_GROUP_get_field_type(group) == NID_X9_62_characteristic_two_field) { in ec_param_explicit_curve_to_text()
|
/third_party/openssl/test/ |
H A D | ectest.c | 1541 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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 595 if (fid != NID_X9_62_characteristic_two_field) in ec_get_ecm_params()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 595 if (fid != NID_X9_62_characteristic_two_field) in ec_get_ecm_params()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | obj_mac.rs | 26 pub const NID_X9_62_characteristic_two_field: c_int = 407; consts
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_lib.c | 2472 return NID_X9_62_characteristic_two_field; in EVP_PKEY_get_field_type()
|
/third_party/openssl/crypto/evp/ |
H A D | p_lib.c | 2469 return NID_X9_62_characteristic_two_field; in EVP_PKEY_get_field_type()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 146 pub const X9_62_CHARACTERISTIC_TWO_FIELD: Nid = Nid(ffi::NID_X9_62_characteristic_two_field);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | obj_mac.h | 156 #define NID_X9_62_characteristic_two_field 407 macro
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 899 else if (field_type == NID_X9_62_characteristic_two_field) in tls1_check_pkey_comp()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | obj_mac.h | 147 #define NID_X9_62_characteristic_two_field 407 macro
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 879 else if (field_type == NID_X9_62_characteristic_two_field) in tls1_check_pkey_comp()
|