Home
last modified time | relevance | path

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

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