Home
last modified time | relevance | path

Searched refs:GetPubKeyEncoded (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.c446 static HcfResult GetPubKeyEncoded(HcfKey *self, HcfBlob *returnBlob) in GetPubKeyEncoded() function
776 (*retPubKey)->base.base.getEncoded = GetPubKeyEncoded; in PackPubKey()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c105 static HcfResult GetPubKeyEncoded(HcfKey *self, HcfBlob *returnBlob) in GetPubKeyEncoded() function
230 keyImpl->base.base.getEncoded = GetPubKeyEncoded; in GetPublicKeyX509Openssl()