Home
last modified time | relevance | path

Searched refs:NID_sm2 (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_sign.c241 EVP_PKEY_get_id(pkey) == NID_sm2 ? NID_sm2 : in ASN1_item_sign_ctx()
/third_party/openssl/crypto/asn1/
H A Da_sign.c241 EVP_PKEY_get_id(pkey) == NID_sm2 ? NID_sm2 : in ASN1_item_sign_ctx()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dec_support.c115 {"SM2", NID_sm2 },
H A Dp_lib.c766 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 Dobj_xref.h82 {NID_SM2_with_SM3, NID_sm3, NID_sm2},
/third_party/openssl/crypto/objects/
H A Dobj_xref.h82 {NID_SM2_with_SM3, NID_sm3, NID_sm2},
/third_party/openssl/crypto/evp/
H A Dec_support.c115 {"SM2", NID_sm2 },
H A Dp_lib.c764 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 Decdsatest.c211 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 Dec_backend.c745 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 Dec_asn1.c979 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 Dec_key.c683 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 Dec_backend.c745 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 Dec_asn1.c979 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 Dec_key.c683 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 Devp.rs14 pub const EVP_PKEY_SM2: c_int = NID_sm2;
H A Dobj_mac.rs938 pub const NID_sm2: c_int = 1172; consts
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c292 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 Dec_kmgmt.c292 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 Dspeed.c1476 {"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 Dspeed.c1462 {"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 Devp.h53 # define EVP_PKEY_SM2 NID_sm2
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h70 # define EVP_PKEY_SM2 NID_sm2
/third_party/openssl/include/openssl/
H A Devp.h70 # define EVP_PKEY_SM2 NID_sm2
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs1078 pub const SM2: Nid = Nid(ffi::NID_sm2);

Completed in 47 milliseconds

12