Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c368 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in DestroySm2PriKey()
500 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in GetSm2PriKeyEncoded()
541 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in Sm2PriKeyClearMem()
550 curveId = ((HcfOpensslSm2PriKey *)self)->curveId; in GetCurveName()
581 if (((HcfOpensslSm2PriKey *)self)->ecKey == NULL) { in CheckSm2KeySelf()
607 group = OpensslEcKeyGet0Group(((HcfOpensslSm2PriKey *)self)->ecKey); in GetSm2KeySpecBigInteger()
683 group = OpensslEcKeyGet0Group(((HcfOpensslSm2PriKey *)sel in GetSm2KeySpecInt()
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_class.h141 } HcfOpensslSm2PriKey; typedef
/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()
/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()

Completed in 4 milliseconds