Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp183 bool authentication_required = (auth_type_index != -1); in AuthorizeUpdateOrFinish() local
186 authentication_required = true; in AuthorizeUpdateOrFinish()
194 if (authentication_required) { in AuthorizeUpdateOrFinish()
233 bool authentication_required = false; in AuthorizeBegin() local
277 authentication_required = true; in AuthorizeBegin()
399 if (authentication_required && !auth_token_matched) { in AuthorizeBegin()