Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/fuzz/
H A Dmutator_aux.c248 nfc_read(void *handle, unsigned char *ptr, size_t len, int ms) in nfc_read() function
297 io.read = nfc_read; in open_dev()
H A Dmutator_aux.h95 int nfc_read(void *, unsigned char *, size_t, int);
H A Dfuzz_pcsc.c233 set_pcsc_io_functions(nfc_read, nfc_write, consume); in test()