Home
last modified time | relevance | path

Searched defs:saltLen (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsignature_rsa_openssl.c51 int32_t saltLen; member
73 int32_t saltLen; member
705 static HcfResult EngineSetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) in EngineSetSignSpecInt()
824 static HcfResult EngineSetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t saltLen) in EngineSetVerifySpecInt()
H A Ded25519_openssl.c267 static HcfResult EngineSetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) in EngineSetSignSpecInt()
299 static HcfResult EngineSetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t saltLen) in EngineSetVerifySpecInt()
H A Decdsa_openssl.c347 static HcfResult EngineSetSignEcdsaSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) in EngineSetSignEcdsaSpecInt()
355 static HcfResult EngineSetVerifyEcdsaSpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t saltLen) in EngineSetVerifyEcdsaSpecInt()
H A Dsm2_openssl.c494 static HcfResult EngineSetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) in EngineSetSignSpecInt()
570 static HcfResult EngineSetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t saltLen) in EngineSetVerifySpecInt()
H A Ddsa_openssl.c486 static HcfResult EngineSetSignDsaSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t saltLen) in EngineSetSignDsaSpecInt()
494 static HcfResult EngineSetVerifyDsaSpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t saltLen) in EngineSetVerifyDsaSpecInt()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/kdf/src/
H A Dpbkdf2_openssl.c34 int saltLen; member
H A Dhkdf_openssl.c32 int saltLen; member
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c291 static HcfResult SetSignSpecInt(HcfSign *self, SignSpecItem item, int32_t saltLen) in SetSignSpecInt()
389 static HcfResult SetVerifySpecInt(HcfVerify *self, SignSpecItem item, int32_t saltLen) in SetVerifySpecInt()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c346 uint32_t saltLen, const uint64_t templateId) in WriteAddPinInfo()
631 ResultCode DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algo… in DoGetAlgoParameter()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sign.cpp844 int32_t saltLen = 0; in SetSignSaltLenInt() local
H A Dnapi_verify.cpp1109 int32_t saltLen = 0; in SetVerifySaltLenInt() local