diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-03-23 17:23:05 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-03-23 17:23:05 +0000 |
| commit | c06c65e0308fdfc14e455f5067a2f5dcfd9c1b77 (patch) | |
| tree | 7fd518be430e221d8933994be6177bbb2ecd5adf /fuzz/export.gnu | |
| parent | e85dbcdab023dbfc335f9a0a5cb9c3dc3f830b94 (diff) | |
Vendor import of libfido2 1.15.0vendor/libfido2/1.15.0
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'fuzz/export.gnu')
| -rw-r--r-- | fuzz/export.gnu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fuzz/export.gnu b/fuzz/export.gnu index bc25dd66cba7..c23831c0b808 100644 --- a/fuzz/export.gnu +++ b/fuzz/export.gnu @@ -166,6 +166,7 @@ fido_cred_rp_id; fido_cred_rp_name; fido_cred_set_attstmt; + fido_cred_set_attobj; fido_cred_set_authdata; fido_cred_set_authdata_raw; fido_cred_set_blob; @@ -193,6 +194,9 @@ fido_cred_verify; fido_cred_verify_self; fido_cred_x5c_len; + fido_cred_x5c_list_count; + fido_cred_x5c_list_len; + fido_cred_x5c_list_ptr; fido_cred_x5c_ptr; fido_dev_build; fido_dev_cancel; |
