Lines Matching refs:fido_bio_template_t
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()
634 fido_bio_dev_enroll_remove(fido_dev_t *dev, const fido_bio_template_t *t, in fido_bio_dev_enroll_remove()
740 fido_bio_template_name(const fido_bio_template_t *t) in fido_bio_template_name()
746 fido_bio_template_id_ptr(const fido_bio_template_t *t) in fido_bio_template_id_ptr()
752 fido_bio_template_id_len(const fido_bio_template_t *t) in fido_bio_template_id_len()
769 fido_bio_template_t *
772 return (calloc(1, sizeof(fido_bio_template_t))); in fido_bio_template_new()
789 fido_bio_template_free(fido_bio_template_t **tp) in fido_bio_template_free()
791 fido_bio_template_t *t; in fido_bio_template_free()
802 fido_bio_template_set_name(fido_bio_template_t *t, const char *name) in fido_bio_template_set_name()
814 fido_bio_template_set_id(fido_bio_template_t *t, const unsigned char *ptr, in fido_bio_template_set_id()
825 const fido_bio_template_t *