Home
last modified time | relevance | path

Searched refs:setIv (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h113 bool setIv; member
339 bool setIv; member
/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c513 encryptStruct->cipherParms->setIv, *(encryptStruct->ivData), in Encrypt()
564 decryptStruct->cipherParms->decryptParamSetParams.setIv, decryptStruct->ivData, in DecryptCipher()
617 onlyDecryptStruct->cipherParms->setIv, *(onlyDecryptStruct->ivData), in Decrypt()
Dhks_test_common.c266 if (paramStruct->setIv) { in TestAesCipherParamSetPre()