Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/fuzz/
H A Dmutator_aux.c211 return (void *)HID_DEV_HANDLE; in hid_open()
217 assert(handle == (void *)HID_DEV_HANDLE); in hid_close()
223 assert(handle == (void *)HID_DEV_HANDLE); in hid_read()
232 assert(handle == (void *)HID_DEV_HANDLE); in hid_write()
H A Dmutator_aux.h58 #define HID_DEV_HANDLE 0x68696421 macro