Searched refs:pubKeyImpl (Results 1 – 2 of 2) sorted by relevance
856 HcfOpensslRsaPubKey *pubKeyImpl = NULL; in PackKeyPair() local857 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() local1286 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() local1327 HcfResult res = PackPubKey(pubKeyRsa, &pubKeyImpl); in GeneratePubKeyBySpec()[all …]
838 auto pubKeyImpl = FFIData::GetData<PubKeyImpl>(pid); in FFiOHOSVerifyInit() local839 if (pubKeyImpl == nullptr) { in FFiOHOSVerifyInit()843 HcfPubKey *pubKey = pubKeyImpl->GetPubKey(); in FFiOHOSVerifyInit()