Home
last modified time | relevance | path

Searched refs:pubKeyImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c856 HcfOpensslRsaPubKey *pubKeyImpl = NULL; in PackKeyPair() local
857 ret = PackPubKey(pubKey, &pubKeyImpl); in PackKeyPair()
868 (*retKeyPair)->base.pubKey = (HcfPubKey *)pubKeyImpl; in PackKeyPair()
873 HcfFree(pubKeyImpl); in PackKeyPair()
1275 HcfOpensslRsaPubKey *pubKeyImpl = NULL; in GenerateKeyPairBySpec() local
1286 HcfResult res = PackPubKey(pubKeyRsa, &pubKeyImpl); in GenerateKeyPairBySpec()
1301 HcfFree(pubKeyImpl); in GenerateKeyPairBySpec()
1305 keyPairImpl->base.pubKey = (HcfPubKey *)pubKeyImpl; in GenerateKeyPairBySpec()
1326 HcfOpensslRsaPubKey *pubKeyImpl = NULL; in GeneratePubKeyBySpec() local
1327 HcfResult res = PackPubKey(pubKeyRsa, &pubKeyImpl); in GeneratePubKeyBySpec()
[all …]
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp838 auto pubKeyImpl = FFIData::GetData<PubKeyImpl>(pid); in FFiOHOSVerifyInit() local
839 if (pubKeyImpl == nullptr) { in FFiOHOSVerifyInit()
843 HcfPubKey *pubKey = pubKeyImpl->GetPubKey(); in FFiOHOSVerifyInit()