Home | History | Annotate | Download | only in fingerprint

Lines Matching defs:challenge

82     uint64_t challenge;
322 if (hat->challenge == dev->challenge) {
335 if (hat->challenge != dev->challenge && !(hat->authenticator_type & HW_AUTH_FINGERPRINT)) {
362 uint64_t challenge = 0;
365 // The challenge will typically be a cryptographically-secure key
368 challenge = get_64bit_rand();
371 qdev->challenge = challenge;
374 return challenge;
382 qdev->challenge = 0;
587 auth_msg.data.authenticated.hat.challenge = qdev->op_id;