Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Ddh_openssl.c34 static const char *GetDhClass(void) in GetDhClass() function
45 if (!HcfIsClassMatch(self, GetDhClass())) { in DestroyDh()
59 if ((!HcfIsClassMatch((HcfObjectBase *)self, GetDhClass())) || in EngineGenerateSecret()
96 returnImpl->base.base.getClass = GetDhClass; in HcfKeyAgreementSpiDhCreate()