Searched refs:fido_bio_template_t (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/libfido2/dist/src/fido/
H A Dbio.h74 typedef struct fido_bio_template fido_bio_template_t; typedef in typeref:struct:fido_bio_template
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 *, cons
[all...]
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dbio.c131 bio_reset_template(fido_bio_template_t *t)
152 fido_bio_template_t *t = arg;
293 bio_set_template_name_wait(fido_dev_t *dev, const fido_bio_template_t *t,
322 fido_bio_dev_set_template_name(fido_dev_t *dev, const fido_bio_template_t *t,
395 bio_rx_enroll_begin(fido_dev_t *dev, fido_bio_template_t *t,
438 bio_enroll_begin_wait(fido_dev_t *dev, fido_bio_template_t *t,
466 fido_bio_dev_enroll_begin(fido_dev_t *dev, fido_bio_template_t *t,
542 bio_enroll_continue_wait(fido_dev_t *dev, const fido_bio_template_t *t,
571 fido_bio_dev_enroll_continue(fido_dev_t *dev, const fido_bio_template_t *t,
606 bio_enroll_remove_wait(fido_dev_t *dev, const fido_bio_template_t *
[all...]
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dbio.c24 const fido_bio_template_t *t = NULL;
79 fido_bio_template_t *t = NULL;
159 fido_bio_template_t *t = NULL;
210 fido_bio_template_t *t = NULL;
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_bio.c274 consume_template(const fido_bio_template_t *t)
296 fido_bio_template_t *t = NULL;
332 const fido_bio_template_t *t = NULL;
359 fido_bio_template_t *t = NULL;
385 fido_bio_template_t *t = NULL;

Completed in 101 milliseconds