Searched refs:fido_nfc_rx (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/contrib/libfido2/fuzz/ |
| HD | mutator_aux.c | 19 int fido_nfc_rx(fido_dev_t *, uint8_t, unsigned char *, size_t, int); 310 t.rx = fido_nfc_rx; in open_dev()
|
| HD | export.gnu | 253 fido_nfc_rx;
|
| HD | functions.txt | 753 fido_nfc_rx 8 0 100.00% 13 0 100.00%
|
| /freebsd-head/contrib/libfido2/src/ |
| HD | nfc.c | 278 fido_nfc_rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int ms) in fido_nfc_rx() function 344 fido_nfc_rx, in fido_dev_set_nfc()
|
| HD | extern.h | 130 int fido_nfc_rx(fido_dev_t *, uint8_t, unsigned char *, size_t, int);
|
| HD | nfc_linux.c | 172 fido_nfc_rx, in fido_nfc_manifest()
|
| HD | pcsc.c | 365 return fido_nfc_rx(d, cmd, buf, count, ms); in fido_pcsc_rx()
|
| HD | dev.c | 336 if (dev->transport.rx == fido_nfc_rx && dev->io.read == fido_nfc_read) in fido_dev_set_sigmask()
|