/aosp12/system/gatekeeper/tests/ |
H A D | gatekeeper_device_test.cpp | 59 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 D | gatekeeper_test.cpp | 90 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 D | keymaster_enforcement.cpp | 286 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 D | SoftGateKeeperDevice.cpp | 93 hidl_vec<uint8_t> auth_token( in verify() local
|
/aosp12/system/gatekeeper/ |
H A D | gatekeeper.cpp | 148 SizedBuffer auth_token; in Verify() local 240 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken()
|
H A D | gatekeeper_messages.cpp | 199 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 D | Gatekeeper.cpp | 92 uint8_t *auth_token = nullptr; in verify() local
|
/aosp12/system/core/trusty/gatekeeper/ |
H A D | trusty_gatekeeper.cpp | 125 hidl_vec<uint8_t> auth_token( in verify() local
|
/aosp12/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
H A D | VtsHalGatekeeperV1_0TargetTest.cpp | 59 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 D | gatekeeper_messages.h | 194 SizedBuffer auth_token; member
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_fingerprint_FingerprintService.cpp | 71 static void notifyKeystore(uint8_t *auth_token, size_t auth_token_length) { in notifyKeystore()
|
/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/ |
H A D | VtsHalConfirmationUIV1_0TargetTest.cpp | 101 HardwareAuthToken auth_token; local
|
/aosp12/system/core/trusty/keymaster/4.0/ |
H A D | TrustyKeymaster4Device.cpp | 109 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 D | enforcements.rs | 822 let auth_token = if let Some((auth_token_entry, _)) = result { in get_auth_tokens() localVariable
|
H A D | database.rs | 785 auth_token: HardwareAuthToken, field 804 pub fn auth_token(&self) -> &HardwareAuthToken { in auth_token() method
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | android_keymaster_messages.h | 955 HardwareAuthToken auth_token; member
|