Home
last modified time | relevance | path

Searched refs:u2f (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/libfido2/tools/
H A Dtest.sh60 make_cred no.tld "-u" u2f
64 verify_cred "--" u2f u2f-cred u2f-pubkey
65 verify_cred "-h" u2f /dev/null /dev/null && exit 1
66 verify_cred "-v" u2f /dev/null /dev/null && exit 1
67 verify_cred "-c0" u2f /dev/null /dev/null
68 verify_cred "-c1" u2f /dev/null /dev/null && exit 1
69 verify_cred "-c2" u2f /dev/null /dev/null && exit 1
70 verify_cred "-c3" u2f /dev/null /dev/null && exit 1
120 get_assert no.tld "-u" u2f-cred /dev/null u2f-assert
121 get_assert no.tld "-u -t up=false" u2f-cred /dev/null /dev/null && exit 1
[all …]
/freebsd/sys/modules/hid/u2f/
H A DMakefile3 KMOD= u2f
4 SRCS= u2f.c
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt936 File '/libfido2/src/u2f.c':
943 u2f.c:key_lookup 62 0 100.00% 66 0 100.00%
944 u2f.c:send_dummy_register 43 0 100.00% 45 0 100.00%
945 u2f.c:delay_ms 15 1 93.33% 15 3 80.00%
946 u2f.c:parse_register_reply 52 0 100.00% 62 0 100.00%
947 u2f.c:x5c_get 30 1 96.67% 26 3 88.46%
948 u2f.c:sig_get 8 0 100.00% 10 0 100.00%
949 u2f.c:encode_cred_attstmt 64 0 100.00% 52 0 100.00%
950 u2f.c:encode_cred_authdata 38 2 94.74% 61 6 90.16%
951 u2f.c:cbor_blob_from_ec_point 27 0 100.00% 31 0 100.00%
[all …]
H A Dsummary.txt51 src/u2f.c 669 4 99.40% 17 …
/freebsd/sys/dev/hid/
H A Du2f.c64 static SYSCTL_NODE(_hw_hid, OID_AUTO, u2f, CTLFLAG_RW, 0,
600 DRIVER_MODULE(u2f, hidbus, u2f_driver, NULL, NULL);
601 MODULE_DEPEND(u2f, hidbus, 1, 1, 1);
602 MODULE_DEPEND(u2f, hid, 1, 1, 1);
603 MODULE_VERSION(u2f, 1);
/freebsd/contrib/libfido2/examples/
H A Dassert.c180 bool u2f = false; in main() local
253 u2f = true; in main()
277 if (u2f) in main()
H A Dcred.c159 bool u2f = false; in main() local
243 u2f = true; in main()
267 if (u2f) in main()
/freebsd/sys/modules/hid/
H A DMakefile21 u2f \
/freebsd/contrib/libfido2/udev/
H A DCMakeLists.txt7 install(FILES 70-u2f.rules DESTINATION ${UDEV_RULES_DIR})
H A Dfidodevs6 # After modifying this file, regenerate 70-u2f.rules:
7 # ./genrules.awk fidodevs > 70-u2f.rules
/freebsd/etc/
H A Dgroup33 u2f:*:116:
/freebsd/lib/libfido2/
H A DMakefile42 SRCS+= u2f.c
/freebsd/contrib/file/magic/Magdir/
H A Dssh39 # https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.u2f?annotate=HEAD
/freebsd/contrib/libfido2/src/
H A DCMakeLists.txt41 u2f.c
/freebsd/crypto/openssh/
H A DPROTOCOL.u2f309 $OpenBSD: PROTOCOL.u2f,v 1.26 2020/09/09 03:08:01 djm Exp $
/freebsd/share/man/man4/
H A DMakefile611 u2f.4 \
/freebsd/sys/conf/
H A DNOTES2440 device u2f # FIDO/U2F authenticator
2442 # /dev/u2f/ and rename driver from uhid to u2f
H A Dfiles1797 dev/hid/u2f.c optional u2f