Home
last modified time | relevance | path

Searched refs:fido_dev_has_pin (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/bsd/libfido2/dist/regress/
H A Ddev.c245 assert(fido_dev_has_pin(dev) == false); in has_pin()
247 assert(fido_dev_has_pin(dev) == true); in has_pin()
249 assert(fido_dev_has_pin(dev) == false); in has_pin()
/netbsd/external/bsd/libfido2/dist/src/
H A Dexport.msvc187 fido_dev_has_pin
H A Dexport.gnu188 fido_dev_has_pin;
H A Dfido.h205 bool fido_dev_has_pin(const fido_dev_t *);
H A Ddev.c669 fido_dev_has_pin(const fido_dev_t *dev) in fido_dev_has_pin() function
/netbsd/external/bsd/libfido2/dist/fuzz/
H A Dexport.gnu186 fido_dev_has_pin;
H A Dfuzz_bio.c232 x = fido_dev_has_pin(dev); in prepare_dev()
H A Dfunctions.txt396 fido_dev_has_pin 2 0 100.00% 3 0 100.00%
/netbsd/external/bsd/libfido2/dist/examples/
H A Dselect.c207 fido_dev_has_pin(dev) ? "" : "un"); in main()
/netbsd/external/bsd/libfido2/dist/tools/
H A Dutil.c579 if (fido_dev_has_pin(dev) == false) { in should_retry_with_pin()