Searched refs:auth_timeout_index (Results 1 – 2 of 2) sorted by relevance
178 int auth_timeout_index = -1; in AuthorizeUpdateOrFinish() local180 auth_timeout_index, op_handle, false /* is_begin_operation */)) in AuthorizeUpdateOrFinish()196 int auth_timeout_index = -1; in AuthorizeBegin() local202 auth_timeout_index = pos; in AuthorizeBegin()269 if (auth_timeout_index != -1) { in AuthorizeBegin()272 auth_type_index, auth_timeout_index, 0 /* op_handle */, in AuthorizeBegin()418 const int auth_type_index, const int auth_timeout_index, in AuthTokenMatches() argument422 assert(auth_timeout_index < static_cast<int>(auth_set.size())); in AuthTokenMatches()449 if (auth_timeout_index == -1 && op_handle && op_handle != auth_token.challenge) { in AuthTokenMatches()477 if (auth_timeout_index != -1 && is_begin_operation) { in AuthTokenMatches()[all …]
155 const int auth_type_index, const int auth_timeout_index,