Searched defs:auth_token (Results 1 – 11 of 11) sorted by relevance
287 const hw_auth_token_t* auth_token; in AuthorizeBegin() local453 const hw_auth_token_t** auth_token, in GetAndValidateAuthToken()493 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()
182 pub auth_token: Option<HardwareAuthToken>, field253 pub auth_token: Option<HardwareAuthToken>, field262 pub auth_token: Option<HardwareAuthToken>, field274 pub auth_token: Option<HardwareAuthToken>, field
214 let auth_token = auth_token.ok_or_else(|| { in begin_operation() localVariable823 let auth_token = auth_token.ok_or_else(|| { in check_subsequent_auth() localVariable
196 SizedBuffer auth_token; member
745 let auth_token = if let Some(auth_token_entry) = result { in get_auth_tokens() localVariable
862 auth_token: HardwareAuthToken, field881 pub fn auth_token(&self) -> &HardwareAuthToken { in auth_token() method
110 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() local
443 let auth_token = match authToken { in finish() localVariable
1004 HardwareAuthToken auth_token; member