Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Dsignature_rsa_openssl.c79 return OPENSSL_RSA_VERIFY_CLASS; in GetRsaVerifyClass()
107 if (!IsClassMatch(self, OPENSSL_RSA_VERIFY_CLASS)) { in DestroyRsaVerify()
314 if (!IsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineVerifyInit()
363 if (!IsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineVerifyUpdate()
436 if (!IsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineVerify()
608 if (!IsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineSetVerifySpecInt()
641 if (!IsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineGetVerifySpecInt()
680 if (!IsClassMatch((HcfObjectBase *)self, OPENSSL_RSA_VERIFY_CLASS)) { in EngineGetVerifySpecString()
/base/security/crypto_framework/frameworks/spi/
Dsignature_spi.h28 #define OPENSSL_RSA_VERIFY_CLASS "OPENSSL.RSA.VERIFY" macro