Home
last modified time | relevance | path

Searched refs:fido_dev_new (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/libfido2/regress/
H A Ddev.c177 assert((dev = fido_dev_new()) != NULL); in open_iff_ok()
201 assert((dev = fido_dev_new()) != NULL); in reopen()
230 assert((dev = fido_dev_new()) != NULL); in double_open()
255 assert((dev = fido_dev_new()) != NULL); in double_close()
282 assert((dev = fido_dev_new()) != NULL); in is_fido2()
326 assert((dev = fido_dev_new()) != NULL); in has_pin()
363 assert((dev = fido_dev_new()) != NULL); in timeout_rx()
399 assert((dev = fido_dev_new()) != NULL); in timeout_ok()
416 assert((dev = fido_dev_new()) != NULL); in timeout_misc()
H A Dassert.c156 d = fido_dev_new(); in alloc_dev()
H A Dcred.c1449 d = fido_dev_new(); in alloc_dev()
/freebsd/contrib/libfido2/examples/
H A Dreset.c32 if ((dev = fido_dev_new()) == NULL) in main()
H A Dretries.c32 if ((dev = fido_dev_new()) == NULL) in main()
H A Dsetpin.c26 if ((dev = fido_dev_new()) == NULL) in setpin()
H A Dselect.c39 if ((dev = fido_dev_new()) == NULL) { in open_dev()
H A Dinfo.c288 if ((dev = fido_dev_new()) == NULL) in getinfo()
H A Dcred.c249 if ((dev = fido_dev_new()) == NULL) in main()
250 errx(1, "fido_dev_new"); in main()
H A Dassert.c271 if ((dev = fido_dev_new()) == NULL) in main()
/freebsd/contrib/libfido2/src/
H A Dexport.gnu233 fido_dev_new;
H A Dexport.msvc232 fido_dev_new
H A Dfido.h61 fido_dev_t *fido_dev_new(void);
H A Dnfc.c300 if ((d = fido_dev_new()) == NULL) { in nfc_is_fido()
H A Ddev.c413 fido_dev_new(void) in fido_dev_new() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu228 fido_dev_new;
H A Dmutator_aux.c291 if ((dev = fido_dev_new()) == NULL) in open_dev()
H A Dfunctions.txt398 fido_dev_new 5 0 100.00% 14 0 100.00%
/freebsd/contrib/libfido2/tools/
H A Dutil.c168 if ((dev = fido_dev_new()) == NULL) in open_dev()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt254 fido_dev_open fido_dev_new
/freebsd/crypto/openssh/
H A Dsk-usbhid.c191 if ((sk->dev = fido_dev_new()) == NULL) { in sk_open()