Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/fuzz/
H A Dmutator_aux.c244 return (void *)NFC_DEV_HANDLE; in nfc_open()
250 assert(handle == (void *)NFC_DEV_HANDLE); in nfc_close()
256 assert(handle == (void *)NFC_DEV_HANDLE); in nfc_read()
265 assert(handle == (void *)NFC_DEV_HANDLE); in nfc_write()
H A Dmutator_aux.h59 #define NFC_DEV_HANDLE 0x6e666321 macro
H A Dpcsc.c123 void *ioh = (void *)NFC_DEV_HANDLE; in __wrap_SCardTransmit()