Home
last modified time | relevance | path

Searched refs:hid_openbsd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/src/
H A Dhid_openbsd.c23 struct hid_openbsd { struct
113 terrible_ping_kludge(struct hid_openbsd *ctx) in terrible_ping_kludge()
165 struct hid_openbsd *ret = NULL; in fido_hid_open()
192 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; in fido_hid_close()
203 struct hid_openbsd *ctx = handle; in fido_hid_set_sigmask()
214 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; in fido_hid_read()
244 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; in fido_hid_write()
269 struct hid_openbsd *ctx = handle; in fido_hid_report_in_len()
277 struct hid_openbsd *ctx = handle; in fido_hid_report_out_len()
H A DCMakeLists.txt79 list(APPEND FIDO_SOURCES hid_openbsd.c hid_unix.c)