Searched refs:fido_bio_info_t (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/libfido2/dist/src/fido/
H A Dbio.h77 typedef struct fido_bio_info fido_bio_info_t; typedef in typeref:struct:fido_bio_info
100 fido_bio_info_t *fido_bio_info_new(void);
110 int fido_bio_dev_get_info(fido_dev_t *, fido_bio_info_t *);
122 uint8_t fido_bio_info_max_samples(const fido_bio_info_t *);
123 uint8_t fido_bio_info_type(const fido_bio_info_t *);
125 void fido_bio_info_free(fido_bio_info_t **);
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dbio.c643 bio_reset_info(fido_bio_info_t *i)
652 fido_bio_info_t *i = arg;
684 bio_rx_info(fido_dev_t *dev, fido_bio_info_t *i, int *ms)
717 bio_get_info_wait(fido_dev_t *dev, fido_bio_info_t *i, int *ms)
732 fido_bio_dev_get_info(fido_dev_t *dev, fido_bio_info_t *i)
840 fido_bio_info_t *
843 return (calloc(1, sizeof(fido_bio_info_t)));
847 fido_bio_info_type(const fido_bio_info_t *i)
853 fido_bio_info_max_samples(const fido_bio_info_t *i)
873 fido_bio_info_free(fido_bio_info_t **i
[all...]
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dbio.c262 fido_bio_info_t *i = NULL;
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_bio.c247 fido_bio_info_t *i = NULL;

Completed in 107 milliseconds