Home
last modified time | relevance | path

Searched refs:has_up (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
167 has_up = b[i]; in verify_features()
183 yes_no(has_up), in verify_features()
191 *ret_has_up = has_up; 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()
243 if (!has_up && FLAGS_SET(required, FIDO2ENROLL_UP)) in fido2_use_hmac_hash_specific_token()
284 if (has_up) { in fido2_use_hmac_hash_specific_token()
337 if (!has_up) in fido2_use_hmac_hash_specific_token()
358 …if (has_up && (required & (FIDO2ENROLL_UP|FIDO2ENROLL_UP_IF_NEEDED)) == FIDO2ENROLL_UP_IF_NEEDED) { in fido2_use_hmac_hash_specific_token()
[all …]