Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dlibfido2-util.c128 …bool has_rk = false, has_client_pin = false, has_up = true, has_uv = false; /* Defaults are per ta… in verify_features() local
169 has_uv = b[i]; in verify_features()
184 yes_no(has_uv)); in verify_features()
193 *ret_has_uv = has_uv; in verify_features()
213 bool has_up, has_client_pin, has_uv; in fido2_use_hmac_hash_specific_token() local
234 r = verify_features(d, path, LOG_ERR, NULL, &has_client_pin, &has_up, &has_uv); in fido2_use_hmac_hash_specific_token()
248 if (!has_uv && FLAGS_SET(required, FIDO2ENROLL_UV)) in fido2_use_hmac_hash_specific_token()
298 if (has_uv && !FLAGS_SET(required, FIDO2ENROLL_UV_OMIT)) { in fido2_use_hmac_hash_specific_token()
561 bool has_rk, has_client_pin, has_up, has_uv; in fido2_generate_hmac_hash() local
612 r = verify_features(d, device, LOG_ERR, &has_rk, &has_client_pin, &has_up, &has_uv); in fido2_generate_hmac_hash()
[all …]