/system/gatekeeper/tests/ |
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
|
D | gatekeeper_messages_test.cpp | 196 SizedBuffer *auth_token = make_buffer(password_size); in TEST() local
|
/system/security/keystore/ |
D | keymaster_enforcement.h | 119 ErrorCode AuthorizeUpdate(const AuthorizationSet& auth_set, const HardwareAuthToken& auth_token, in AuthorizeUpdate() 129 ErrorCode AuthorizeFinish(const AuthorizationSet& auth_set, const HardwareAuthToken& auth_token, in AuthorizeFinish()
|
D | keymaster_enforcement.cpp | 75 const HardwareAuthToken& auth_token, in AuthorizeOperation() 102 const HardwareAuthToken& auth_token, in AuthorizeUpdateOrFinish() 150 NullOr<const HardwareAuthToken&> auth_token) { in AuthorizeBegin() 432 const HardwareAuthToken& auth_token, in AuthTokenMatches()
|
D | auth_token_table.cpp | 80 void AuthTokenTable::AddAuthenticationToken(HardwareAuthToken&& auth_token) { in AddAuthenticationToken()
|
/system/core/gatekeeperd/tests/ |
D | gatekeeper_test.cpp | 83 hw_auth_token_t *auth_token = in TEST() local 118 hw_auth_token_t *auth_token = in TEST() local 166 hw_auth_token_t *auth_token = in TEST() local
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 128 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) { in Verify() 220 uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, in verify()
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 164 SizedBuffer auth_token(auth_token_len); in Verify() local 232 void GateKeeper::MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length, in MintAuthToken()
|
D | gatekeeper_messages.cpp | 198 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer *auth_token) { in VerifyResponse() 216 void VerifyResponse::SetVerificationToken(SizedBuffer *auth_token) { in SetVerificationToken()
|
/system/core/gatekeeperd/ |
D | SoftGateKeeperDevice.cpp | 74 uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, in verify()
|
D | gatekeeperd.cpp | 255 uint8_t *auth_token = nullptr; in verify() local 267 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) { in verifyChallenge()
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_messages.h | 166 SizedBuffer auth_token; member
|
/system/keymaster/android_keymaster/ |
D | keymaster_enforcement.cpp | 447 hw_auth_token_t auth_token; in AuthTokenMatches() local
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 883 HardwareAuthToken auth_token; member
|