Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h328 struct AesCipherParamSetStructure { struct
399 int32_t TestConstructAesCipherParamSet(struct AesCipherParamSetStructure *paramStruct);
/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c506 struct AesCipherParamSetStructure enParamStruct = { in Encrypt()
553 struct AesCipherParamSetStructure deParamStruct = { in DecryptCipher()
610 struct AesCipherParamSetStructure onlyDeParamStruct = { in Decrypt()
Dhks_test_common.c228 int32_t TestAesCipherParamSetPre(struct AesCipherParamSetStructure *paramStruct, struct HksParamSet… in TestAesCipherParamSetPre()
276 int32_t TestAesCipherParamSetPost(struct AesCipherParamSetStructure *paramStruct, struct HksParamSe… in TestAesCipherParamSetPost()
319 int32_t TestConstructAesCipherParamSet(struct AesCipherParamSetStructure *paramStruct) in TestConstructAesCipherParamSet()