Searched refs:outExtInfo (Results 1 – 3 of 3) sorted by relevance
859 static int32_t GetExtInfoByParamSet(const struct HksParamSet *outParamSet, Uint8Buff *outExtInfo) in GetExtInfoByParamSet() argument881 outExtInfo->val = tmpExtInfoVal; in GetExtInfoByParamSet()882 outExtInfo->length = extInfoParam->blob.size; in GetExtInfoByParamSet()907 static int32_t GetKeyExtInfoInner(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfoInner() argument928 res = GetExtInfoByParamSet(outParamSet, outExtInfo); in GetKeyExtInfoInner()933 static int32_t GetKeyExtInfo(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfo() argument939 if (outExtInfo == NULL) { in GetKeyExtInfo()944 res = GetKeyExtInfoInner(keyParams, outExtInfo); in GetKeyExtInfo()957 res = GetKeyExtInfoInner(&ceParams, outExtInfo); in GetKeyExtInfo()
97 typedef int32_t (*GetKeyExtInfoFunc)(const KeyParams *keyParams, Uint8Buff *outExtInfo);
1442 Uint8Buff outExtInfo = { 0 }; variable1443 res = loader->getKeyExtInfo(&keyParams, &outExtInfo);1446 res = loader->getKeyExtInfo(&keyParams, &outExtInfo);