Lines Matching refs:FIDO2ENROLL_PIN
238 if (!has_client_pin && FLAGS_SET(required, FIDO2ENROLL_PIN)) in fido2_use_hmac_hash_specific_token()
315 if (FLAGS_SET(required, FIDO2ENROLL_PIN)) { in fido2_use_hmac_hash_specific_token()
374 if (FLAGS_SET(required, FIDO2ENROLL_PIN) && !strv_isempty(pins)) in fido2_use_hmac_hash_specific_token()
378 … if ((required & (FIDO2ENROLL_PIN|FIDO2ENROLL_PIN_IF_NEEDED)) == FIDO2ENROLL_PIN_IF_NEEDED) { in fido2_use_hmac_hash_specific_token()
404 required |= FIDO2ENROLL_PIN; in fido2_use_hmac_hash_specific_token()
589 assert((lock_with & ~(FIDO2ENROLL_PIN|FIDO2ENROLL_UP|FIDO2ENROLL_UV)) == 0); in fido2_generate_hmac_hash()
617 if (!has_client_pin && FLAGS_SET(lock_with, FIDO2ENROLL_PIN)) { in fido2_generate_hmac_hash()
619 lock_with &= ~FIDO2ENROLL_PIN; in fido2_generate_hmac_hash()
814 … r = sym_fido_dev_get_assert(d, a, FLAGS_SET(lock_with, FIDO2ENROLL_PIN) ? used_pin : NULL); in fido2_generate_hmac_hash()
859 if (FLAGS_SET(lock_with, FIDO2ENROLL_PIN)) in fido2_generate_hmac_hash()
883 lock_with |= FIDO2ENROLL_PIN; in fido2_generate_hmac_hash()