Searched refs:KeyRequiresAuthentication (Results 1 – 1 of 1) sorted by relevance
103 inline bool KeyRequiresAuthentication(const AuthorizationSet& key_info, KeyPurpose purpose) { in KeyRequiresAuthentication() function120 if (!KeyRequiresAuthentication(key_info, purpose)) return {AUTH_NOT_REQUIRED, {}}; in FindAuthorization()