Lines Matching refs:has_up
128 …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()
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()
622 if (!has_up && FLAGS_SET(lock_with, FIDO2ENROLL_UP)) { in fido2_generate_hmac_hash()
685 if (has_uv || has_up) in fido2_generate_hmac_hash()
783 if (has_up) { in fido2_generate_hmac_hash()
822 if (!has_up) in fido2_generate_hmac_hash()
845 if (has_up && !FLAGS_SET(lock_with, FIDO2ENROLL_UP)) { in fido2_generate_hmac_hash()