Home
last modified time | relevance | path

Searched refs:hid_win (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dhid_win.c36 struct hid_win { struct
417 struct hid_win *ctx; in fido_hid_open()
451 struct hid_win *ctx = handle; in fido_hid_close()
480 struct hid_win *ctx = handle; in fido_hid_read()
526 struct hid_win *ctx = handle; in fido_hid_write()
560 struct hid_win *ctx = handle; in fido_hid_report_in_len()
568 struct hid_win *ctx = handle; in fido_hid_report_out_len()
H A DCMakeLists.txt68 list(APPEND FIDO_SOURCES hid_win.c)
/freebsd/contrib/libfido2/
H A DNEWS56 ** winhello: fallback to hid_win.c if webauthn.dll isn't available.
111 ** hid_win: detect devices with vendor or product IDs > 0x7fff; gh#264.