Home
last modified time | relevance | path

Searched refs:KeyRequiresAuthentication (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
Dauth_token_table.cpp103 inline bool KeyRequiresAuthentication(const AuthorizationSet& key_info, KeyPurpose purpose) { in KeyRequiresAuthentication() function
120 if (!KeyRequiresAuthentication(key_info, purpose)) return {AUTH_NOT_REQUIRED, {}}; in FindAuthorization()