Searched refs:HksIsKeyInfoLenInvalid (Results 1 – 4 of 4) sorted by relevance
25 bool HksIsKeyInfoLenInvalid(struct HksStoreKeyInfo *keyInfo) in HksIsKeyInfoLenInvalid() function81 if (HksIsKeyInfoLenInvalid(keyInfo)) { in AddStorageParams()
366 if (HksIsKeyInfoLenInvalid(keyInfo) || (keyInfo->keyInfoLen > (totalLen - offset))) { in GetKeyOffsetByKeyAlias()828 if (HksIsKeyInfoLenInvalid(keyInfo) || ((totalLen - offset) < keyInfo->keyInfoLen)) { in HksStoreGetKeyInfoList()
27 bool HksIsKeyInfoLenInvalid(struct HksStoreKeyInfo *keyInfo);
273 if (HksIsKeyInfoLenInvalid(keyInfo)) { in GetRawKeyMaterial()