Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/fuzz/
H A Dmutator_aux.c257 nfc_write(void *handle, const unsigned char *ptr, size_t len) in nfc_write() function
298 io.write = nfc_write; in open_dev()
H A Dmutator_aux.h96 int nfc_write(void *, const unsigned char *, size_t);
H A Dfuzz_pcsc.c233 set_pcsc_io_functions(nfc_read, nfc_write, consume); in test()