Home
last modified time | relevance | path

Searched refs:authenticatorId (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish/fingerprint/
Dsession.cpp410 tok.userId, tok.authenticatorId); in onSensorEventOn()
415 hat.authenticatorId = tok.authenticatorId; in onSensorEventOn()
Dstorage.h35 int64_t authenticatorId = 0; member
Dstorage.cpp233 tok.authenticatorId = mAuthId; in authenticate()
/device/google/cuttlefish/guest/hals/identity/
DRemoteSecureHardwareProxy.cpp270 uint64_t challenge, uint64_t secureUserId, uint64_t authenticatorId, in setAuthToken() argument
276 &ctx_, challenge, secureUserId, authenticatorId, in setAuthToken()
DRemoteSecureHardwareProxy.h99 uint64_t authenticatorId, int hardwareAuthenticatorType,
/device/google/cuttlefish/guest/hals/identity/libeic/
DEicPresentation.c361 uint64_t authenticatorId, int hardwareAuthenticatorType, uint64_t timeStamp, in eicPresentationSetAuthToken() argument
382 challenge, secureUserId, authenticatorId, hardwareAuthenticatorType, in eicPresentationSetAuthToken()
DEicPresentation.h129 uint64_t authenticatorId, int hardwareAuthenticatorType, uint64_t timeStamp,
DEicOps.h306 uint64_t challenge, uint64_t secureUserId, uint64_t authenticatorId,
/device/google/cuttlefish/guest/hals/identity/common/
DSecureHardwareProxy.h140 uint64_t authenticatorId,
DIdentityCredential.cpp275 authToken.challenge, authToken.userId, authToken.authenticatorId, in startRetrieval()
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp58 aidlToken->authenticatorId = authToken->authenticator_id; in sizedBuffer2AidlHWToken()