Searched refs:kEmptyAuthList (Results 1 – 1 of 1) sorted by relevance
1183 static const vector<KeyParameter> kEmptyAuthList{}; variable1189 return (found == key_characteristics.end()) ? kEmptyAuthList : found->authorizations; in SecLevelAuthorizations()1197 return (found == key_characteristics.end()) ? kEmptyAuthList : found->authorizations; in SecLevelAuthorizations()