Lines Matching refs:sym_fido_strerr
63 const char* (*sym_fido_strerr)(int) = NULL; variable
147 … "Failed to get CBOR device info for %s: %s", path, sym_fido_strerr(r)); in verify_features()
232 … "Failed to open FIDO2 device %s: %s", path, sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
260 … "Failed to enable HMAC-SECRET extension on FIDO2 assertion: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
265 … "Failed to set salt on FIDO2 assertion: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
270 "Failed to set FIDO2 assertion ID: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
275 … "Failed to set FIDO2 assertion client data hash: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
280 … "Failed to add FIDO2 assertion credential ID: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
290 sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
304 sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
398 … "Failed to enable FIDO2 user presence test: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
435 "Failed to ask token for assertion: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash_specific_token()
501 …log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to enumerate FIDO2 devices: %s", sym_fido_strerr(r)); in fido2_use_hmac_hash()
610 … "Failed to open FIDO2 device %s: %s", device, sym_fido_strerr(r)); in fido2_generate_hmac_hash()
639 … "Failed to enable HMAC-SECRET extension on FIDO2 credential: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
644 … "Failed to set FIDO2 credential relying party ID/name: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
649 … to set FIDO2 credential type to %s: %s", fido2_algorithm_to_string(cred_alg), sym_fido_strerr(r)); in fido2_generate_hmac_hash()
659 … "Failed to set FIDO2 credential user data: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
664 … "Failed to set FIDO2 client data hash: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
670 … "Failed to turn off FIDO2 resident key option of credential: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
677 … "Failed to turn off FIDO2 user verification option of credential: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
744 … "Failed to generate FIDO2 credential: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
759 … "Failed to enable HMAC-SECRET extension on FIDO2 assertion: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
764 … "Failed to set salt on FIDO2 assertion: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
769 "Failed to set FIDO2 assertion ID: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
774 … "Failed to set FIDO2 assertion client data hash: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
779 … "Failed to add FIDO2 assertion credential ID: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
789 sym_fido_strerr(r)); in fido2_generate_hmac_hash()
803 sym_fido_strerr(r)); in fido2_generate_hmac_hash()
877 …r_errno(SYNTHETIC_ERRNO(EIO), "Failed to enable FIDO2 user presence test: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
891 "Failed to ask token for assertion: %s", sym_fido_strerr(r)); in fido2_generate_hmac_hash()
936 … "Failed to open FIDO2 device %s: %s", path, sym_fido_strerr(r)); in check_device_is_fido2_with_hmac_secret()
971 …log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to enumerate FIDO2 devices: %s", sym_fido_strerr(r)); in fido2_list_devices()
1049 … log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to enumerate FIDO devices: %s", sym_fido_strerr(r)); in fido2_find_device_auto()
1131 …log_error_errno(SYNTHETIC_ERRNO(EIO), "Failed to enumerate FIDO2 devices: %s", sym_fido_strerr(r)); in fido2_have_device()