Home
last modified time | relevance | path

Searched refs:is_fido (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dhid_hidapi.c134 is_fido(const struct hid_device_info *hdi) in is_fido() function
150 is_fido(const struct hid_device_info *hdi) in is_fido() function
156 is_fido(const struct hid_device_info *hdi) in is_fido() function
242 if (is_fido(d) == false) in fido_hid_manifest()
H A Dhid_netbsd.c42 is_fido(int fd) in is_fido() function
93 if ((fd = fido_hid_unix_open(path)) == -1 || is_fido(fd) == 0) in copy_info()
242 if (!is_fido(ctx->fd) || terrible_ping_kludge(ctx) != 0) { in fido_hid_open()
H A Dhid_freebsd.c39 is_fido(int fd) in is_fido() function
80 if ((fd = fido_hid_unix_open(path)) == -1 || is_fido(fd) == 0) in copy_info_hidraw()
127 if ((fd = fido_hid_unix_open(path)) == -1 || is_fido(fd) == 0) in copy_info_uhid()
H A Dhid_linux.c56 is_fido(const char *path) in is_fido() function
147 is_fido(path) == 0) in copy_info()
H A Dhid_osx.c196 is_fido(IOHIDDeviceRef dev) in is_fido() function
225 if (is_fido(dev) == false) in copy_info()
H A Dhid_win.c46 is_fido(HANDLE dev) in is_fido() function
328 if (is_fido(dev) == false) { in copy_info()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt551 hid_linux.c:is_fido 15 1 93.33% 16 1 93.75%