Home
last modified time | relevance | path

Searched refs:authenticator_id (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/fingerprint/
Dfingerprint.c89 uint64_t authenticator_id; member
248 uint64_t authenticator_id = 0; in fingerprint_get_auth_id() local
250 authenticator_id = qdev->authenticator_id; in fingerprint_get_auth_id()
253 …LOGD("----------------> %s auth id %" PRIx64 "----------------->", __FUNCTION__, authenticator_id); in fingerprint_get_auth_id()
254 return authenticator_id; in fingerprint_get_auth_id()
267 uint64_t authenticator_id = 0; in fingerprint_set_active_group() local
269 loadAuthenticatorId(qdev->listener.authid_filename, &authenticator_id); in fingerprint_set_active_group()
270 if (authenticator_id == 0) { in fingerprint_set_active_group()
272 authenticator_id = get_64bit_rand(); in fingerprint_set_active_group()
274 saveAuthenticatorId(qdev->listener.authid_filename, authenticator_id); in fingerprint_set_active_group()
[all …]
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp113 auth_token->authenticator_id = authToken.authenticatorId; in injectAuthToken()
317 request.auth_token.authenticator_id = authToken.authenticatorId; in verifyAuthorization()