Searched refs:auth_token_length (Results 1 - 6 of 6) sorted by relevance
/system/core/gatekeeperd/ |
H A D | SoftGateKeeperDevice.cpp | 74 uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, 99 if (auth_token != NULL && auth_token_length != NULL) { 101 *auth_token_length = response.auth_token.length; 71 verify(uint32_t uid, uint64_t challenge, const uint8_t *enrolled_password_handle, uint32_t enrolled_password_handle_length, const uint8_t *provided_password, uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) argument
|
H A D | SoftGateKeeperDevice.h | 69 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll);
|
H A D | gatekeeperd.cpp | 191 uint32_t auth_token_length; local 194 &auth_token, &auth_token_length, request_reenroll); 200 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) { 221 provided_password, provided_password_length, auth_token, auth_token_length, 228 provided_password, provided_password_length, auth_token, auth_token_length, 239 provided_password, provided_password_length, auth_token, auth_token_length, 243 if (ret == 0 && *auth_token != NULL && *auth_token_length > 0) { 249 status_t ret = service->addAuthToken(*auth_token, *auth_token_length); 197 verifyChallenge(uint32_t uid, uint64_t challenge, const uint8_t *enrolled_password_handle, uint32_t enrolled_password_handle_length, const uint8_t *provided_password, uint32_t provided_password_length, uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) argument
|
H A D | IGateKeeperService.h | 88 uint8_t **auth_token, uint32_t *auth_token_length, bool *request_reenroll) = 0;
|
/system/core/fingerprintd/ |
H A D | FingerprintDaemonProxy.h | 52 void notifyKeystore(const uint8_t *auth_token, const size_t auth_token_length);
|
H A D | FingerprintDaemonProxy.cpp | 97 void FingerprintDaemonProxy::notifyKeystore(const uint8_t *auth_token, const size_t auth_token_length) { argument 98 if (auth_token != NULL && auth_token_length > 0) { 104 status_t ret = service->addAuthToken(auth_token, auth_token_length);
|
Completed in 246 milliseconds