Searched refs:padParam (Results 1 – 1 of 1) sorted by relevance
64 struct HksParam padParam = {0}; in ConstructParamSetEncryptDecryptAesPre() local65 padParam.tag = HKS_TAG_PADDING; in ConstructParamSetEncryptDecryptAesPre()66 padParam.uint32Param = padding; in ConstructParamSetEncryptDecryptAesPre()67 ret = HksAddParams(*paramSet, (const struct HksParam *)&padParam, 1); in ConstructParamSetEncryptDecryptAesPre()