Searched refs:sym_fido_strerr (Results 1 – 2 of 2) sorted by relevance
63 const char* (*sym_fido_strerr)(int) = NULL; variable147 … "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()[all …]
64 extern const char* (*sym_fido_strerr)(int);