Home
last modified time | relevance | path

Searched defs:auth_token (Results 1 – 14 of 14) 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
Dgatekeeper_messages_test.cpp196 SizedBuffer *auth_token = make_buffer(password_size); in TEST() local
/system/security/keystore/
Dkeymaster_enforcement.h119 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()
Dkeymaster_enforcement.cpp75 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()
Dauth_token_table.cpp80 void AuthTokenTable::AddAuthenticationToken(HardwareAuthToken&& auth_token) { in AddAuthenticationToken()
/system/core/gatekeeperd/tests/
Dgatekeeper_test.cpp83 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/
Dtrusty_gatekeeper.cpp128 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/
Dgatekeeper.cpp164 SizedBuffer auth_token(auth_token_len); in Verify() local
232 void GateKeeper::MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length, in MintAuthToken()
Dgatekeeper_messages.cpp198 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer *auth_token) { in VerifyResponse()
216 void VerifyResponse::SetVerificationToken(SizedBuffer *auth_token) { in SetVerificationToken()
/system/core/gatekeeperd/
DSoftGateKeeperDevice.cpp74 uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, in verify()
Dgatekeeperd.cpp255 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/
Dgatekeeper_messages.h166 SizedBuffer auth_token; member
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp447 hw_auth_token_t auth_token; in AuthTokenMatches() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h883 HardwareAuthToken auth_token; member