Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/spi/
Dsignature_spi.h41 HcfResult (*engineSetSignSpecInt)(HcfSignSpi *self, SignSpecItem item, int32_t saltLen); member
/base/security/crypto_framework/frameworks/crypto_operation/
Dsignature.c254 return tmpSelf->spiObj->engineSetSignSpecInt(tmpSelf->spiObj, item, saltLen); in SetSignSpecInt()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Ddsa_openssl.c571 impl->base.engineSetSignSpecInt = EngineSetSignDsaSpecInt; in HcfSignSpiDsaCreate()
Dsignature_rsa_openssl.c728 returnImpl->base.engineSetSignSpecInt = EngineSetSignSpecInt; in HcfSignSpiRsaCreate()