Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dfingerprint.c312 const hw_auth_token_t *hat, in fingerprint_enroll() argument
320 if (!hat) { in fingerprint_enroll()
325 if (hat->challenge == dev->challenge) { in fingerprint_enroll()
329 dev->secure_user_id = hat->user_id; in fingerprint_enroll()
334 if (hat->version != HW_AUTH_TOKEN_VERSION) { in fingerprint_enroll()
338 if (hat->challenge != dev->challenge && !(hat->authenticator_type & HW_AUTH_FINGERPRINT)) { in fingerprint_enroll()
343 dev->user_id = hat->user_id; in fingerprint_enroll()
587 auth_msg.data.authenticated.hat.version = HW_AUTH_TOKEN_VERSION; in send_scan_notice()
588 auth_msg.data.authenticated.hat.authenticator_type = in send_scan_notice()
590 auth_msg.data.authenticated.hat.challenge = qdev->op_id; in send_scan_notice()
[all …]