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

/netbsd-current/external/bsd/libfido2/dist/src/fido/
H A Dbio.h75 typedef struct fido_bio_template_array fido_bio_template_array_t; typedef in typeref:struct:fido_bio_template_array
96 const fido_bio_template_t *fido_bio_template(const fido_bio_template_array_t *,
101 fido_bio_template_array_t *fido_bio_template_array_new(void);
111 int fido_bio_dev_get_template_array(fido_dev_t *, fido_bio_template_array_t *,
118 size_t fido_bio_template_array_count(const fido_bio_template_array_t *);
126 void fido_bio_template_array_free(fido_bio_template_array_t **);
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dbio.c139 bio_reset_template_array(fido_bio_template_array_t *ta)
173 fido_bio_template_array_t *ta = arg;
200 fido_bio_template_array_t *ta = arg;
235 bio_rx_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, int *ms)
268 bio_get_template_array_wait(fido_dev_t *dev, fido_bio_template_array_t *ta,
281 fido_bio_dev_get_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta,
758 fido_bio_template_array_count(const fido_bio_template_array_t *ta)
763 fido_bio_template_array_t *
766 return (calloc(1, sizeof(fido_bio_template_array_t)));
776 fido_bio_template_array_free(fido_bio_template_array_t **ta
[all...]
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dbio.c22 print_template(const fido_bio_template_array_t *ta, size_t idx)
46 fido_bio_template_array_t *ta = NULL;
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_bio.c331 fido_bio_template_array_t *ta = NULL;

Completed in 113 milliseconds