OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_handle
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
dev.c
101
if (dev->
io_handle
!= NULL) {
102
fido_log_debug("%s: handle=%p", __func__, dev->
io_handle
);
121
if ((dev->
io_handle
= dev->io.open(path)) == NULL) {
130
dev->rx_len = fido_hid_report_in_len(dev->
io_handle
);
131
dev->tx_len = fido_hid_report_out_len(dev->
io_handle
);
161
dev->io.close(dev->
io_handle
);
162
dev->
io_handle
= NULL;
225
dev->io.close(dev->
io_handle
);
226
dev->
io_handle
= NULL;
324
if (dev->
io_handle
== NULL || dev->io.close == NULL
[
all
...]
nfc.c
42
if (d->io.write(d->
io_handle
, apdu, apdu_len) < 0) {
48
if (d->io.read(d->
io_handle
, sw, sizeof(sw), -1) != 2) {
159
if (d->io.write(d->
io_handle
, apdu, sizeof(apdu)) < 0) {
177
if ((n = d->io.read(d->
io_handle
, f, sizeof(f), *ms)) < 2) {
336
if (d->
io_handle
!= NULL) {
io.c
42
n = d->io.write(d->
io_handle
, pkt, len);
172
if (d->
io_handle
== NULL || d->io.write == NULL || count > UINT16_MAX) {
191
if (d->rx_len > sizeof(*fp) || (n = d->io.read(d->
io_handle
,
322
if (d->
io_handle
== NULL || d->io.read == NULL || count > UINT16_MAX) {
pcsc.c
377
if (d->
io_handle
!= NULL) {
/src/external/bsd/libfido2/dist/fuzz/
fuzz_pcsc.c
199
if ((dev.
io_handle
= fido_pcsc_open(path)) == NULL)
212
fido_pcsc_close(dev.
io_handle
);
/src/external/bsd/libfido2/dist/src/fido/
types.h
315
void *
io_handle
; /* abstract i/o handle */
member in struct:fido_dev
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026