Searched refs:FIDO2ENROLL_UV (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/shared/ ! |
D | libfido2-util.c | 248 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()
|
D | libfido2-util.h | 9 FIDO2ENROLL_UV = 1 << 2, /* User verification (ie: fingerprint) */ enumerator
|
/systemd-251/src/home/ ! |
D | homework-fido2.c | 43 flags |= FIDO2ENROLL_UV; in fido2_use_token()
|
D | homectl-fido2.c | 93 … JSON_BUILD_PAIR("uv", JSON_BUILD_BOOLEAN(FLAGS_SET(lock_with, FIDO2ENROLL_UV))), in add_fido2_salt()
|
D | homectl.c | 3561 SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_UV, lock_with_uv); in parse_argv()
|
/systemd-251/src/cryptenroll/ ! |
D | cryptenroll-fido2.c | 86 … JSON_BUILD_PAIR("fido2-uv-required", JSON_BUILD_BOOLEAN(FLAGS_SET(lock_with, FIDO2ENROLL_UV))))); in enroll_fido2()
|
D | cryptenroll.c | 204 SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_UV, lock_with_uv); in parse_argv()
|
/systemd-251/src/cryptsetup/cryptsetup-tokens/ ! |
D | luks2-fido2.c | 145 SET_FLAG(required, FIDO2ENROLL_UV, json_variant_boolean(w)); in parse_luks2_fido2_data()
|
D | cryptsetup-token-systemd-fido2.c | 133 if (required & FIDO2ENROLL_UV) in cryptsetup_token_dump()
|
/systemd-251/src/cryptsetup/ ! |
D | cryptsetup-fido2.c | 243 SET_FLAG(required, FIDO2ENROLL_UV, json_variant_boolean(w)); in find_fido2_auto_data()
|
D | cryptsetup.c | 967 … if ((required & (FIDO2ENROLL_PIN | FIDO2ENROLL_UP | FIDO2ENROLL_UV)) && arg_headless) in attach_luks_or_plain_or_bitlk_by_fido2()
|