Searched refs:fido_bio_template_array_t (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/lib/libfido2/src/fido/ |
| D | bio.h | 53 typedef struct fido_bio_template_array fido_bio_template_array_t; typedef 74 const fido_bio_template_t *fido_bio_template(const fido_bio_template_array_t *, 79 fido_bio_template_array_t *fido_bio_template_array_new(void); 89 int fido_bio_dev_get_template_array(fido_dev_t *, fido_bio_template_array_t *, 96 size_t fido_bio_template_array_count(const fido_bio_template_array_t *); 104 void fido_bio_template_array_free(fido_bio_template_array_t **);
|
| /openbsd/src/lib/libfido2/src/ |
| D | bio.c | 138 bio_reset_template_array(fido_bio_template_array_t *ta) in bio_reset_template_array() 172 fido_bio_template_array_t *ta = arg; in decode_template_array() 199 fido_bio_template_array_t *ta = arg; in bio_parse_template_array() 234 bio_rx_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, int *ms) in bio_rx_template_array() 258 bio_get_template_array_wait(fido_dev_t *dev, fido_bio_template_array_t *ta, in bio_get_template_array_wait() 271 fido_bio_dev_get_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, in fido_bio_dev_get_template_array() 720 fido_bio_template_array_count(const fido_bio_template_array_t *ta) in fido_bio_template_array_count() 725 fido_bio_template_array_t * 728 return (calloc(1, sizeof(fido_bio_template_array_t))); in fido_bio_template_array_new() 738 fido_bio_template_array_free(fido_bio_template_array_t **tap) in fido_bio_template_array_free() [all …]
|