Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Drsa_asy_key_generator_openssl.c342 static const char *GetPubKeyAlgorithm(HcfKey *self) in GetPubKeyAlgorithm() function
381 (*retPubKey)->base.base.getAlgorithm = GetPubKeyAlgorithm; in PackPubKey()
/base/security/crypto_framework/plugin/openssl_plugin/certificate/src/
Dx509_certificate_openssl.c98 static const char *GetPubKeyAlgorithm(HcfKey *self) in GetPubKeyAlgorithm() function
205 keyImpl->base.base.getAlgorithm = GetPubKeyAlgorithm; in GetPublicKeyX509Openssl()