Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsignature_rsa_openssl.c85 return OPENSSL_RSA_VERIFY_CLASS; in GetRsaVerifyClass()
115 if (!HcfIsClassMatch(self, OPENSSL_RSA_VERIFY_CLASS)) { in DestroyRsaVerify()
398 if (!HcfIsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineVerifyInit()
460 if (!HcfIsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineVerifyUpdate()
574 if (!HcfIsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineVerify()
609 if (!HcfIsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineRecover()
834 if (!HcfIsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineSetVerifySpecInt()
867 if (!HcfIsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineGetVerifySpecInt()
914 if (!HcfIsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineGetVerifySpecString()
/ohos5.0/base/security/crypto_framework/frameworks/spi/
H A Dsignature_spi.h28 #define OPENSSL_RSA_VERIFY_CLASS "OPENSSL.RSA.VERIFY" macro