Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework-fido2.c54 flags |= FIDO2ENROLL_PIN_IF_NEEDED; /* compat with pre-248 */ in fido2_use_token()
/systemd-251/src/shared/
Dlibfido2-util.h10FIDO2ENROLL_PIN_IF_NEEDED = 1 << 3, /* If auth doesn't work without PIN ask for one, as in systemd… enumerator
Dlibfido2-util.c378 … if ((required & (FIDO2ENROLL_PIN|FIDO2ENROLL_PIN_IF_NEEDED)) == FIDO2ENROLL_PIN_IF_NEEDED) { in fido2_use_hmac_hash_specific_token()
/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dluks2-fido2.c133 … required |= FIDO2ENROLL_PIN_IF_NEEDED; /* compat with 248, where the field was unset */ in parse_luks2_fido2_data()
Dcryptsetup-token-systemd-fido2.c121 else if (required & FIDO2ENROLL_PIN_IF_NEEDED) in cryptsetup_token_dump()
/systemd-251/src/cryptsetup/
Dcryptsetup-fido2.c221 … required |= FIDO2ENROLL_PIN_IF_NEEDED; /* compat with 248, where the field was unset */ in find_fido2_auto_data()
Dcryptsetup.c949 … required = FIDO2ENROLL_PIN_IF_NEEDED | FIDO2ENROLL_UP_IF_NEEDED | FIDO2ENROLL_UV_OMIT; in attach_luks_or_plain_or_bitlk_by_fido2()