Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/
Dhks_test_aes.c64 struct HksParam padParam = {0}; in ConstructParamSetEncryptDecryptAesPre() local
65 padParam.tag = HKS_TAG_PADDING; in ConstructParamSetEncryptDecryptAesPre()
66 padParam.uint32Param = padding; in ConstructParamSetEncryptDecryptAesPre()
67 ret = HksAddParams(*paramSet, (const struct HksParam *)&padParam, 1); in ConstructParamSetEncryptDecryptAesPre()