Home
last modified time | relevance | path

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

/system/core/gatekeeperd/tests/
Dgatekeeper_test.cpp85 hw_auth_token_t *auth_token = in TEST() local
120 hw_auth_token_t *auth_token = in TEST() local
168 hw_auth_token_t *auth_token = in TEST() local
/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp57 uint8_t *auth_token; in TEST_F() local
78 uint8_t *auth_token = NULL; in TEST_F() local
Dgatekeeper_messages_test.cpp196 SizedBuffer *auth_token = make_buffer(password_size); in TEST() local
/system/gatekeeper/
Dgatekeeper.cpp153 SizedBuffer auth_token(auth_token_len); in Verify() local
215 void GateKeeper::MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length, in MintAuthToken()
Dgatekeeper_messages.cpp194 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer *auth_token) { in VerifyResponse()
211 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.cpp190 uint8_t *auth_token; in verify() local
200 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) { in verifyChallenge()
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp97 void FingerprintDaemonProxy::notifyKeystore(const uint8_t *auth_token, const size_t auth_token_leng… in notifyKeystore()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h166 SizedBuffer auth_token; member
/system/security/keystore/
Dauth_token_table.cpp52 void AuthTokenTable::AddAuthenticationToken(const hw_auth_token_t* auth_token) { in AddAuthenticationToken()
/system/keymaster/
Dkeymaster_enforcement.cpp436 hw_auth_token_t auth_token; in AuthTokenMatches() local