Searched refs:FIDO2ENROLL_PIN_IF_NEEDED (Results 1 – 7 of 7) sorted by relevance
54 flags |= FIDO2ENROLL_PIN_IF_NEEDED; /* compat with pre-248 */ in fido2_use_token()
10 …FIDO2ENROLL_PIN_IF_NEEDED = 1 << 3, /* If auth doesn't work without PIN ask for one, as in systemd… enumerator
378 … if ((required & (FIDO2ENROLL_PIN|FIDO2ENROLL_PIN_IF_NEEDED)) == FIDO2ENROLL_PIN_IF_NEEDED) { in fido2_use_hmac_hash_specific_token()
133 … required |= FIDO2ENROLL_PIN_IF_NEEDED; /* compat with 248, where the field was unset */ in parse_luks2_fido2_data()
121 else if (required & FIDO2ENROLL_PIN_IF_NEEDED) in cryptsetup_token_dump()
221 … required |= FIDO2ENROLL_PIN_IF_NEEDED; /* compat with 248, where the field was unset */ in find_fido2_auto_data()
949 … required = FIDO2ENROLL_PIN_IF_NEEDED | FIDO2ENROLL_UP_IF_NEEDED | FIDO2ENROLL_UV_OMIT; in attach_luks_or_plain_or_bitlk_by_fido2()