Home
last modified time | relevance | path

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

/aosp12/system/gatekeeper/tests/
H A 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
/aosp12/hardware/interfaces/gatekeeper/1.0/software/tests/
H A Dgatekeeper_test.cpp90 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() local
114 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() local
151 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() local
/aosp12/system/keymaster/android_keymaster/
H A 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
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeperDevice.cpp93 hidl_vec<uint8_t> auth_token( in verify() local
/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp148 SizedBuffer auth_token; in Verify() local
240 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken()
H A Dgatekeeper_messages.cpp199 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer auth_token) { in VerifyResponse()
209 void VerifyResponse::SetVerificationToken(SizedBuffer auth_token) { in SetVerificationToken()
/aosp12/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp92 uint8_t *auth_token = nullptr; in verify() local
/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp125 hidl_vec<uint8_t> auth_token( in verify() local
/aosp12/hardware/interfaces/gatekeeper/1.0/vts/functional/
H A DVtsHalGatekeeperV1_0TargetTest.cpp59 const hw_auth_token_t *auth_token = in toAuthToken() local
154 const hw_auth_token_t *auth_token = toAuthToken(rsp); in checkVerify() local
/aosp12/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper_messages.h194 SizedBuffer auth_token; member
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp71 static void notifyKeystore(uint8_t *auth_token, size_t auth_token_length) { in notifyKeystore()
/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp101 HardwareAuthToken auth_token; local
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp109 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() local
/aosp12/system/security/keystore2/src/
H A Denforcements.rs822 let auth_token = if let Some((auth_token_entry, _)) = result { in get_auth_tokens() localVariable
H A Ddatabase.rs785 auth_token: HardwareAuthToken, field
804 pub fn auth_token(&self) -> &HardwareAuthToken { in auth_token() method
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h955 HardwareAuthToken auth_token; member