Home
last modified time | relevance | path

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

/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_enforcement.cpp287 uint32_t token_auth_type; in AuthorizeBegin() local
288 if (!GetAndValidateAuthToken(operation_params, &auth_token, &token_auth_type)) { in AuthorizeBegin()
294 (password_unlock_only_ && !(token_auth_type & HW_AUTH_PASSWORD))) { in AuthorizeBegin()
451 uint32_t* token_auth_type) const { in GetAndValidateAuthToken()
476 *token_auth_type = ntoh((*auth_token)->authenticator_type); in GetAndValidateAuthToken()
491 uint32_t token_auth_type; in AuthTokenMatches() local
492 if (!GetAndValidateAuthToken(operation_params, &auth_token, &token_auth_type)) return false; in AuthTokenMatches()
514 if ((key_auth_type_mask & token_auth_type) == 0) { in AuthTokenMatches()
516 key_auth_type_mask, token_auth_type); in AuthTokenMatches()
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_enforcement.h216 const hw_auth_token_t** token, uint32_t* token_auth_type) const;