Searched refs:challenge (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 85 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/ |
D | remote_keymaster4_device.cpp | 111 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()
|
D | remote_keymaster4_device.h | 57 Return<void> verifyAuthorization(uint64_t challenge,
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | remote_gatekeeper.cpp | 95 uint32_t uid, uint64_t challenge, in verify() argument 110 VerifyRequest request(uid, challenge, hidl_vec2sized_buffer(enrolledPasswordHandle), in verify()
|
D | remote_gatekeeper.h | 62 uint32_t uid, uint64_t challenge,
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | faceauth_shared.h | 244 uint64_t challenge; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | faceauth_shared.h | 166 uint64_t challenge; member
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 381 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/ |
D | ril_service.cpp | 391 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/ |
D | ril_service.cpp | 402 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()
|