/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_sign.c | 241 EVP_PKEY_get_id(pkey) == NID_sm2 ? NID_sm2 : in ASN1_item_sign_ctx()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_sign.c | 241 EVP_PKEY_get_id(pkey) == NID_sm2 ? NID_sm2 : in ASN1_item_sign_ctx()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ec_support.c | 115 {"SM2", NID_sm2 },
|
H A D | p_lib.c | 766 if (curve == NID_sm2 && pktype == EVP_PKEY_EC) in EVP_PKEY_assign() 768 else if(curve != NID_sm2 && pktype == EVP_PKEY_SM2) in EVP_PKEY_assign()
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_xref.h | 82 {NID_SM2_with_SM3, NID_sm3, NID_sm2},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_xref.h | 82 {NID_SM2_with_SM3, NID_sm3, NID_sm2},
|
/third_party/openssl/crypto/evp/ |
H A D | ec_support.c | 115 {"SM2", NID_sm2 },
|
H A D | p_lib.c | 764 if (curve == NID_sm2 && pktype == EVP_PKEY_EC) in EVP_PKEY_assign() 766 else if(curve != NID_sm2 && pktype == EVP_PKEY_SM2) in EVP_PKEY_assign()
|
/third_party/openssl/test/ |
H A D | ecdsatest.c | 211 if (nid == NID_sm2 && as == EVP_PKEY_EC) { in test_builtin() 215 } else if (nid != NID_sm2 && as == EVP_PKEY_SM2) { in test_builtin()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_backend.c | 745 return OBJ_obj2nid((ASN1_OBJECT *)pval) == NID_sm2; in ossl_x509_algor_is_sm2() 757 ret = (EC_GROUP_get_curve_name(group) == NID_sm2); in ossl_x509_algor_is_sm2()
|
H A D | ec_asn1.c | 979 if (EC_GROUP_get_curve_name(ret->group) == NID_sm2) in d2i_ECPrivateKey() 1127 if (EC_GROUP_get_curve_name(ret->group) == NID_sm2) in d2i_ECParameters()
|
H A D | ec_key.c | 683 if (key->group != NULL && EC_GROUP_get_curve_name(key->group) == NID_sm2) in EC_KEY_set_group()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_backend.c | 745 return OBJ_obj2nid((ASN1_OBJECT *)pval) == NID_sm2; in ossl_x509_algor_is_sm2() 757 ret = (EC_GROUP_get_curve_name(group) == NID_sm2); in ossl_x509_algor_is_sm2()
|
H A D | ec_asn1.c | 979 if (EC_GROUP_get_curve_name(ret->group) == NID_sm2) in d2i_ECPrivateKey() 1127 if (EC_GROUP_get_curve_name(ret->group) == NID_sm2) in d2i_ECParameters()
|
H A D | ec_key.c | 683 if (key->group != NULL && EC_GROUP_get_curve_name(key->group) == NID_sm2) in EC_KEY_set_group()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 14 pub const EVP_PKEY_SM2: c_int = NID_sm2;
|
H A D | obj_mac.rs | 938 pub const NID_sm2: c_int = 1172; consts
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 292 return EC_KEY_new_by_curve_name_ex(PROV_LIBCTX_OF(provctx), NULL, NID_sm2); in sm2_newdata() 384 || (sm2_wanted ^ (EC_GROUP_get_curve_name(ecg) == NID_sm2))) in common_check_sm2()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 292 return EC_KEY_new_by_curve_name_ex(PROV_LIBCTX_OF(provctx), NULL, NID_sm2); in sm2_newdata() 384 || (sm2_wanted ^ (EC_GROUP_get_curve_name(ecg) == NID_sm2))) in common_check_sm2()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 1476 {"CurveSM2", NID_sm2, 256} in speed_main() 1495 OPENSSL_assert(sm2_curves[SM2_NUM - 1].nid == NID_sm2); in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 1462 {"CurveSM2", NID_sm2, 256} in speed_main() 1481 OPENSSL_assert(sm2_curves[SM2_NUM - 1].nid == NID_sm2); in speed_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 53 # define EVP_PKEY_SM2 NID_sm2
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 70 # define EVP_PKEY_SM2 NID_sm2
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 70 # define EVP_PKEY_SM2 NID_sm2
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 1078 pub const SM2: Nid = Nid(ffi::NID_sm2);
|