Home
last modified time | relevance | path

Searched refs:auth_token_length (Results 1 – 8 of 8) sorted by relevance

/system/core/gatekeeperd/
Dgatekeeperd.cpp191 uint32_t auth_token_length; in verify() local
194 &auth_token, &auth_token_length, request_reenroll); in verify()
200 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) { in verifyChallenge() argument
221 provided_password, provided_password_length, auth_token, auth_token_length, in verifyChallenge()
228 provided_password, provided_password_length, auth_token, auth_token_length, in verifyChallenge()
239 provided_password, provided_password_length, auth_token, auth_token_length, in verifyChallenge()
243 if (ret == 0 && *auth_token != NULL && *auth_token_length > 0) { in verifyChallenge()
249 status_t ret = service->addAuthToken(*auth_token, *auth_token_length); in verifyChallenge()
DSoftGateKeeperDevice.cpp74 uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, in verify() argument
99 if (auth_token != NULL && auth_token_length != NULL) { in verify()
101 *auth_token_length = response.auth_token.length; in verify()
DSoftGateKeeperDevice.h69 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll);
DIGateKeeperService.h88 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) = 0;
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp126 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) { in Verify() argument
148 if (auth_token != NULL && auth_token_length != NULL) { in Verify()
150 *auth_token_length = response.auth_token.length; in Verify()
218 uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, in verify() argument
228 auth_token, auth_token_length, request_reenroll); in verify()
Dtrusty_gatekeeper.h63 uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length,
115 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll);
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp107 …FingerprintDaemonProxy::notifyKeystore(const uint8_t *auth_token, const size_t auth_token_length) { in notifyKeystore() argument
108 if (auth_token != NULL && auth_token_length > 0) { in notifyKeystore()
114 status_t ret = service->addAuthToken(auth_token, auth_token_length); in notifyKeystore()
DFingerprintDaemonProxy.h53 void notifyKeystore(const uint8_t *auth_token, const size_t auth_token_length);