Searched refs:fido_bio_template_array_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/libfido2/src/fido/ |
| H A D | bio.h | 75 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 **);
|
| /freebsd/contrib/libfido2/src/ |
| H A D | bio.c | 148 bio_reset_template_array(fido_bio_template_array_t *ta) in bio_reset_template_array() 182 fido_bio_template_array_t *ta = arg; in decode_template_array() 209 fido_bio_template_array_t *ta = arg; in bio_parse_template_array() 244 bio_rx_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, int *ms) in bio_rx_template_array() 277 bio_get_template_array_wait(fido_dev_t *dev, fido_bio_template_array_t *ta, in bio_get_template_array_wait() 290 fido_bio_dev_get_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, in fido_bio_dev_get_template_array() 767 fido_bio_template_array_count(const fido_bio_template_array_t *ta) in fido_bio_template_array_count() 772 fido_bio_template_array_t * 775 return (calloc(1, sizeof(fido_bio_template_array_t))); in fido_bio_template_array_new() 785 fido_bio_template_array_free(fido_bio_template_array_t **tap) in fido_bio_template_array_free() [all …]
|
| /freebsd/contrib/libfido2/tools/ |
| H A D | bio.c | 22 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()
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | fuzz_bio.c | 331 fido_bio_template_array_t *ta = NULL; in list()
|