Home
last modified time | relevance | path

Searched refs:challenge (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/fingerprint/
Dfingerprint.c85 uint64_t challenge; member
325 if (hat->challenge == dev->challenge) { in fingerprint_enroll()
338 if (hat->challenge != dev->challenge && !(hat->authenticator_type & HW_AUTH_FINGERPRINT)) { in fingerprint_enroll()
365 uint64_t challenge = 0; in fingerprint_pre_enroll() local
371 challenge = get_64bit_rand(); in fingerprint_pre_enroll()
374 qdev->challenge = challenge; in fingerprint_pre_enroll()
377 return challenge; in fingerprint_pre_enroll()
385 qdev->challenge = 0; in fingerprint_post_enroll()
590 auth_msg.data.authenticated.hat.challenge = qdev->op_id; in send_scan_notice()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp111 auth_token->challenge = authToken.challenge; in injectAuthToken()
310 uint64_t challenge, const hidl_vec<KeyParameter>& parametersToVerify, in verifyAuthorization() argument
313 request.challenge = challenge; in verifyAuthorization()
315 request.auth_token.challenge = authToken.challenge; in verifyAuthorization()
326 token.challenge = response.token.challenge; in verifyAuthorization()
608 internal_verification_token.challenge = verificationToken.challenge; in deviceLocked()
Dremote_keymaster4_device.h57 Return<void> verifyAuthorization(uint64_t challenge,
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp95 uint32_t uid, uint64_t challenge, in verify() argument
110 VerifyRequest request(uid, challenge, hidl_vec2sized_buffer(enrolledPasswordHandle), in verify()
Dremote_gatekeeper.h62 uint32_t uid, uint64_t challenge,
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dfaceauth_shared.h244 uint64_t challenge; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dfaceauth_shared.h166 uint64_t challenge; member
/device/generic/goldfish/radio/libril/
Dril_service.cpp381 const ::android::hardware::hidl_string& challenge);
1991 Return<void> RadioImpl::requestIsimAuthentication(int32_t serial, const hidl_string& challenge) { in requestIsimAuthentication() argument
1996 challenge.c_str()); in requestIsimAuthentication()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp391 const ::android::hardware::hidl_string& challenge);
2126 Return<void> RadioImpl_1_6::requestIsimAuthentication(int32_t serial, const hidl_string& challenge)… in requestIsimAuthentication() argument
2131 challenge.c_str()); in requestIsimAuthentication()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp402 const ::android::hardware::hidl_string& challenge);
2157 Return<void> RadioImpl_1_6::requestIsimAuthentication(int32_t serial, const hidl_string& challenge)… in requestIsimAuthentication() argument
2162 challenge.c_str()); in requestIsimAuthentication()