Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/spi/
Dsignature_spi.h45 HcfResult (*engineGetSignSpecInt)(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt); member
/base/security/crypto_framework/frameworks/crypto_operation/
Dsignature.c280 return tmpSelf->spiObj->engineGetSignSpecInt(tmpSelf->spiObj, item, returnInt); in GetSignSpecInt()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Ddsa_openssl.c572 impl->base.engineGetSignSpecInt = EngineGetSignDsaSpecInt; in HcfSignSpiDsaCreate()
Dsignature_rsa_openssl.c729 returnImpl->base.engineGetSignSpecInt = EngineGetSignSpecInt; in HcfSignSpiRsaCreate()