Home
last modified time | relevance | path

Searched refs:fido_dev_set_pcsc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu233 fido_dev_set_pcsc;
H A Dfuzz_pcsc.c197 if (fido_dev_set_pcsc(&dev) < 0) in test_tx()
H A Dfunctions.txt797 fido_dev_set_pcsc 4 1 75.00% 18 3 83.33%
/freebsd/contrib/libfido2/src/
H A Dextern.h143 int fido_dev_set_pcsc(fido_dev_t *);
H A Dpcsc.c375 fido_dev_set_pcsc(fido_dev_t *d) in fido_dev_set_pcsc() function
H A Ddev.c303 if (fido_is_pcsc(path) && fido_dev_set_pcsc(dev) < 0) { in fido_dev_open()