Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/src/fido/
H A Dbio.h75 typedef struct fido_bio_template_array fido_bio_template_array_t; typedef
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-src/external/bsd/libfido2/dist/src/
H A Dbio.c139 bio_reset_template_array(fido_bio_template_array_t *ta) in bio_reset_template_array()
173 fido_bio_template_array_t *ta = arg; in decode_template_array()
200 fido_bio_template_array_t *ta = arg; in bio_parse_template_array()
235 bio_rx_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, int *ms) in bio_rx_template_array()
268 bio_get_template_array_wait(fido_dev_t *dev, fido_bio_template_array_t *ta, in bio_get_template_array_wait()
281 fido_bio_dev_get_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, in fido_bio_dev_get_template_array()
758 fido_bio_template_array_count(const fido_bio_template_array_t *ta) in fido_bio_template_array_count()
763 fido_bio_template_array_t *
766 return (calloc(1, sizeof(fido_bio_template_array_t))); in fido_bio_template_array_new()
776 fido_bio_template_array_free(fido_bio_template_array_t **tap) in fido_bio_template_array_free()
[all …]
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dbio.c22 print_template(const fido_bio_template_array_t *ta, size_t idx) in print_template()
46 fido_bio_template_array_t *ta = NULL; in bio_list()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_bio.c331 fido_bio_template_array_t *ta = NULL; in list()