Home
last modified time | relevance | path

Searched refs:HcfOpensslSm2PriKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c365 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in DestroySm2PriKey()
497 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in GetSm2PriKeyEncoded()
538 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in Sm2PriKeyClearMem()
547 curveId = ((HcfOpensslSm2PriKey *)self)->curveId; in GetCurveName()
578 if (((HcfOpensslSm2PriKey *)self)->ecKey == NULL) { in CheckSm2KeySelf()
604 group = OpensslEcKeyGet0Group(((HcfOpensslSm2PriKey *)self)->ecKey); in GetSm2KeySpecBigInteger()
795 HcfOpensslSm2PriKey **returnObj) in PackSm2PriKey()
797HcfOpensslSm2PriKey *returnPriKey = (HcfOpensslSm2PriKey *)HcfMalloc(sizeof(HcfOpensslSm2PriKey), … in PackSm2PriKey()
913 HcfOpensslSm2PriKey *priKey = NULL; in EngineConvertSm2Key()
959 HcfOpensslSm2PriKey *priKey = NULL; in PackAndAssignPriKey()
[all …]
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h141 } HcfOpensslSm2PriKey; typedef
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm2_openssl.c73 impl->sm2Key = OpensslEcKeyDup(((HcfOpensslSm2PriKey *)key)->ecKey); in InitSm2Key()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsm2_openssl.c195 EC_KEY *ecKey = OpensslEcKeyDup(((HcfOpensslSm2PriKey *)privateKey)->ecKey); in EngineSignInit()