Searched refs:token_auth_type (Results 1 – 2 of 2) sorted by relevance
287 uint32_t token_auth_type; in AuthorizeBegin() local288 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() local492 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()
216 const hw_auth_token_t** token, uint32_t* token_auth_type) const;