Home
last modified time | relevance | path

Searched refs:GetPubKeyAlgorithm (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.c727 static const char *GetPubKeyAlgorithm(HcfKey *self) in GetPubKeyAlgorithm() function
775 (*retPubKey)->base.base.getAlgorithm = GetPubKeyAlgorithm; in PackPubKey()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c98 static const char *GetPubKeyAlgorithm(HcfKey *self) in GetPubKeyAlgorithm() function
231 keyImpl->base.base.getAlgorithm = GetPubKeyAlgorithm; in GetPublicKeyX509Openssl()