Home
last modified time | relevance | path

Searched defs:auth_token (Results 1 – 10 of 10) sorted by relevance

/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp59 uint8_t *auth_token; in TEST_F() local
82 uint8_t *auth_token; in TEST_F() local
109 uint8_t *auth_token = NULL; in TEST_F() local
154 uint8_t *auth_token = NULL; in TEST_F() local
179 uint8_t *auth_token = NULL; in TEST_F() local
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp286 const hw_auth_token_t* auth_token; in AuthorizeBegin() local
450 const hw_auth_token_t** auth_token, in GetAndValidateAuthToken()
490 const hw_auth_token_t* auth_token; in AuthTokenMatches() local
/system/gatekeeper/
Dgatekeeper.cpp148 SizedBuffer auth_token; in Verify() local
240 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken()
Dgatekeeper_messages.cpp199 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer auth_token) { in VerifyResponse()
209 void VerifyResponse::SetVerificationToken(SizedBuffer auth_token) { in SetVerificationToken()
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp125 hidl_vec<uint8_t> auth_token( in verify() local
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h194 SizedBuffer auth_token; member
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp109 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() local
/system/security/keystore2/src/
Denforcements.rs822 let auth_token = if let Some((auth_token_entry, _)) = result { in get_auth_tokens() localVariable
Ddatabase.rs785 auth_token: HardwareAuthToken, field
804 pub fn auth_token(&self) -> &HardwareAuthToken { in auth_token() method
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h955 HardwareAuthToken auth_token; member