Searched defs:auth_token (Results 1 – 12 of 12) sorted by relevance
59 uint8_t *auth_token; in TEST_F() local82 uint8_t *auth_token; in TEST_F() local109 uint8_t *auth_token = NULL; in TEST_F() local154 uint8_t *auth_token = NULL; in TEST_F() local179 uint8_t *auth_token = NULL; in TEST_F() local
286 const hw_auth_token_t* auth_token; in AuthorizeBegin() local451 const hw_auth_token_t** auth_token, in GetAndValidateAuthToken()491 const hw_auth_token_t* auth_token; in AuthTokenMatches() local
161 SizedBuffer auth_token; in Verify() local253 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken()
199 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer auth_token) { in VerifyResponse()209 void VerifyResponse::SetVerificationToken(SizedBuffer auth_token) { in SetVerificationToken()
206 let auth_token = auth_token.ok_or_else(|| { in begin_operation() localVariable710 let auth_token = HardwareAuthenticatedToken(auth_token); in check_auth_token() localVariable841 let auth_token = auth_token.ok_or_else(|| { in check_subsequent_auth() localVariable
143 pub auth_token: Option<HardwareAuthToken>, field213 pub auth_token: Option<HardwareAuthToken>, field222 pub auth_token: Option<HardwareAuthToken>, field234 pub auth_token: Option<HardwareAuthToken>, field
196 SizedBuffer auth_token; member
411 let auth_token = match authToken { in finish() localVariable
110 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() local
808 let auth_token = if let Some((auth_token_entry, _)) = result { in get_auth_tokens() localVariable
815 auth_token: HardwareAuthToken, field834 pub fn auth_token(&self) -> &HardwareAuthToken { in auth_token() method
996 HardwareAuthToken auth_token; member