Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libfido2/fuzz/
HDmutator_aux.c205 return (void *)HID_DEV_HANDLE; in hid_open()
211 assert(handle == (void *)HID_DEV_HANDLE); in hid_close()
217 assert(handle == (void *)HID_DEV_HANDLE); in hid_read()
226 assert(handle == (void *)HID_DEV_HANDLE); in hid_write()
HDmutator_aux.h58 #define HID_DEV_HANDLE 0x68696421 macro