Searched refs:auth_token_length (Results 1 – 8 of 8) sorted by relevance
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 191 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()
|
D | SoftGateKeeperDevice.cpp | 74 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()
|
D | SoftGateKeeperDevice.h | 69 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll);
|
D | IGateKeeperService.h | 88 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) = 0;
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 126 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()
|
D | trusty_gatekeeper.h | 63 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/ |
D | FingerprintDaemonProxy.cpp | 107 …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()
|
D | FingerprintDaemonProxy.h | 53 void notifyKeystore(const uint8_t *auth_token, const size_t auth_token_length);
|