Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dfingerprint.c562 fingerprint_msg_t auth_msg = {0, {0}}; in send_scan_notice() local
563 auth_msg.type = FINGERPRINT_AUTHENTICATED; in send_scan_notice()
564 auth_msg.data.authenticated.finger.fid = is_valid_fid(qdev, fid) ? fid : 0; in send_scan_notice()
565 auth_msg.data.authenticated.finger.gid = 0; // unused in send_scan_notice()
566 auth_msg.data.authenticated.hat.version = HW_AUTH_TOKEN_VERSION; in send_scan_notice()
567 auth_msg.data.authenticated.hat.authenticator_type = in send_scan_notice()
569 auth_msg.data.authenticated.hat.challenge = qdev->op_id; in send_scan_notice()
570 auth_msg.data.authenticated.hat.authenticator_id = qdev->authenticator_id; in send_scan_notice()
571 auth_msg.data.authenticated.hat.user_id = qdev->secure_user_id; in send_scan_notice()
574 auth_msg.data.authenticated.hat.timestamp = in send_scan_notice()
[all …]