Searched refs:fido_bio_template_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libfido2/src/fido/ |
H A D | bio.h | 74 typedef struct fido_bio_template fido_bio_template_t; typedef 95 const char *fido_bio_template_name(const fido_bio_template_t *); 96 const fido_bio_template_t *fido_bio_template(const fido_bio_template_array_t *, 98 const unsigned char *fido_bio_template_id_ptr(const fido_bio_template_t *); 102 fido_bio_template_t *fido_bio_template_new(void); 103 int fido_bio_dev_enroll_begin(fido_dev_t *, fido_bio_template_t *, 106 int fido_bio_dev_enroll_continue(fido_dev_t *, const fido_bio_template_t *, 108 int fido_bio_dev_enroll_remove(fido_dev_t *, const fido_bio_template_t *, 113 int fido_bio_dev_set_template_name(fido_dev_t *, const fido_bio_template_t *, 115 int fido_bio_template_set_id(fido_bio_template_t *, const unsigned char *, [all …]
|
/freebsd/contrib/libfido2/src/ |
H A D | bio.c | 131 bio_reset_template(fido_bio_template_t *t) in bio_reset_template() 152 fido_bio_template_t *t = arg; in decode_template() 293 bio_set_template_name_wait(fido_dev_t *dev, const fido_bio_template_t *t, in bio_set_template_name_wait() 322 fido_bio_dev_set_template_name(fido_dev_t *dev, const fido_bio_template_t *t, in fido_bio_dev_set_template_name() 395 bio_rx_enroll_begin(fido_dev_t *dev, fido_bio_template_t *t, in bio_rx_enroll_begin() 438 bio_enroll_begin_wait(fido_dev_t *dev, fido_bio_template_t *t, in bio_enroll_begin_wait() 466 fido_bio_dev_enroll_begin(fido_dev_t *dev, fido_bio_template_t *t, in fido_bio_dev_enroll_begin() 542 bio_enroll_continue_wait(fido_dev_t *dev, const fido_bio_template_t *t, in bio_enroll_continue_wait() 571 fido_bio_dev_enroll_continue(fido_dev_t *dev, const fido_bio_template_t *t, in fido_bio_dev_enroll_continue() 606 bio_enroll_remove_wait(fido_dev_t *dev, const fido_bio_template_t *t, in bio_enroll_remove_wait() [all …]
|
/freebsd/contrib/libfido2/tools/ |
H A D | bio.c | 24 const fido_bio_template_t *t = NULL; in print_template() 79 fido_bio_template_t *t = NULL; in bio_set_name() 159 fido_bio_template_t *t = NULL; in bio_enroll() 210 fido_bio_template_t *t = NULL; in bio_delete()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | fuzz_bio.c | 274 consume_template(const fido_bio_template_t *t) in consume_template() 296 fido_bio_template_t *t = NULL; in enroll() 332 const fido_bio_template_t *t = NULL; in list() 359 fido_bio_template_t *t = NULL; in set_name() 385 fido_bio_template_t *t = NULL; in del()
|