Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Ddsa_openssl.c59 static const char *GetDsaVerifyClass(void) in GetDsaVerifyClass() function
88 if ((!IsClassMatch((HcfObjectBase *)self, GetDsaVerifyClass())) || in IsVerifyInitInputValid()
118 if (!IsClassMatch((HcfObjectBase *)self, GetDsaVerifyClass())) { in IsVerifyDoFinalInputValid()
150 if (!IsClassMatch(self, GetDsaVerifyClass())) { in DestroyDsaVerify()
325 if (!IsClassMatch((HcfObjectBase *)self, GetDsaVerifyClass())) { in EngineDsaVerifyUpdate()
613 impl->base.base.getClass = GetDsaVerifyClass; in HcfVerifySpiDsaCreate()