Home
last modified time | relevance | path

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

/openbsd-src/lib/libfido2/src/fido/
H A Dtypes.h22 struct fido_dev;
28 typedef int fido_dev_rx_t(struct fido_dev *, uint8_t, unsigned char *, size_t, int);
29 typedef int fido_dev_tx_t(struct fido_dev *, uint8_t, const unsigned char *, size_t);
260 typedef struct fido_dev { struct
280 typedef struct fido_dev fido_dev_t; argument