Searched refs:ConstructBlob (Results 1 – 3 of 3) sorted by relevance
96 int32_t ConstructBlob(const char *src, struct HksBlob *blob);
449 ret = ConstructBlob(fileNameList[i].fileName, &(keyInfoList[i].alias)); in GetKeyAliasByProcessName()799 ret = ConstructBlob(fileNameList[i].fileName, &(tempAliasSet->aliases[i])); in GetHksKeyAliasSet()
159 int32_t ConstructBlob(const char *src, struct HksBlob *blob) in ConstructBlob() function