Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dlibfido2-util.c248 if (!has_uv && FLAGS_SET(required, FIDO2ENROLL_UV)) in fido2_use_hmac_hash_specific_token()
299 …r = sym_fido_assert_set_uv(a, FLAGS_SET(required, FIDO2ENROLL_UV) ? FIDO_OPT_TRUE : FIDO_OPT_FALSE… in fido2_use_hmac_hash_specific_token()
303 enable_disable(FLAGS_SET(required, FIDO2ENROLL_UV)), in fido2_use_hmac_hash_specific_token()
306 if (FLAGS_SET(required, FIDO2ENROLL_UV)) in fido2_use_hmac_hash_specific_token()
589 assert((lock_with & ~(FIDO2ENROLL_PIN|FIDO2ENROLL_UP|FIDO2ENROLL_UV)) == 0); in fido2_generate_hmac_hash()
627 if (!has_uv && FLAGS_SET(lock_with, FIDO2ENROLL_UV)) { in fido2_generate_hmac_hash()
629 lock_with &= ~FIDO2ENROLL_UV; in fido2_generate_hmac_hash()
798 …r = sym_fido_assert_set_uv(a, FLAGS_SET(lock_with, FIDO2ENROLL_UV) ? FIDO_OPT_TRUE : FIDO_OPT_FALS… in fido2_generate_hmac_hash()
802 enable_disable(FLAGS_SET(lock_with, FIDO2ENROLL_UV)), in fido2_generate_hmac_hash()
805 if (FLAGS_SET(lock_with, FIDO2ENROLL_UV)) in fido2_generate_hmac_hash()
Dlibfido2-util.h9 FIDO2ENROLL_UV = 1 << 2, /* User verification (ie: fingerprint) */ enumerator
/systemd-251/src/home/ !
Dhomework-fido2.c43 flags |= FIDO2ENROLL_UV; in fido2_use_token()
Dhomectl-fido2.c93 … JSON_BUILD_PAIR("uv", JSON_BUILD_BOOLEAN(FLAGS_SET(lock_with, FIDO2ENROLL_UV))), in add_fido2_salt()
Dhomectl.c3561 SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_UV, lock_with_uv); in parse_argv()
/systemd-251/src/cryptenroll/ !
Dcryptenroll-fido2.c86 … JSON_BUILD_PAIR("fido2-uv-required", JSON_BUILD_BOOLEAN(FLAGS_SET(lock_with, FIDO2ENROLL_UV))))); in enroll_fido2()
Dcryptenroll.c204 SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_UV, lock_with_uv); in parse_argv()
/systemd-251/src/cryptsetup/cryptsetup-tokens/ !
Dluks2-fido2.c145 SET_FLAG(required, FIDO2ENROLL_UV, json_variant_boolean(w)); in parse_luks2_fido2_data()
Dcryptsetup-token-systemd-fido2.c133 if (required & FIDO2ENROLL_UV) in cryptsetup_token_dump()
/systemd-251/src/cryptsetup/ !
Dcryptsetup-fido2.c243 SET_FLAG(required, FIDO2ENROLL_UV, json_variant_boolean(w)); in find_fido2_auto_data()
Dcryptsetup.c967 … if ((required & (FIDO2ENROLL_PIN | FIDO2ENROLL_UP | FIDO2ENROLL_UV)) && arg_headless) in attach_luks_or_plain_or_bitlk_by_fido2()