Home
last modified time | relevance | path

Searched refs:fido_bio_template (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libfido2/src/fido/
H A Dbio.h51 struct fido_bio_template { struct
57 struct fido_bio_template *ptr; argument
74 typedef struct fido_bio_template fido_bio_template_t;
96 const fido_bio_template_t *fido_bio_template(const fido_bio_template_array_t *,
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt27 fido_bio_template.3
113 fido_bio_template fido_bio_template_array_count
114 fido_bio_template fido_bio_template_array_free
115 fido_bio_template fido_bio_template_array_new
116 fido_bio_template fido_bio_template_free
117 fido_bio_template fido_bio_template_id_len
118 fido_bio_template fido_bio_template_id_ptr
119 fido_bio_template fido_bio_template_name
120 fido_bio_template fido_bio_template_new
121 fido_bio_template fido_bio_template_set_i
[all...]
/freebsd/contrib/libfido2/src/
H A Dexport.gnu79 fido_bio_template;
H A Dexport.msvc78 fido_bio_template
H A Dbio.c826 fido_bio_template(const fido_bio_template_array_t *ta, size_t idx) in fido_bio_template() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu77 fido_bio_template;
H A Dfuzz_bio.c344 if ((t = fido_bio_template(ta, i)) != NULL) in list()
H A Dfunctions.txt115 fido_bio_template 4 0 100.00% 5 0 100.00%
/freebsd/contrib/libfido2/tools/
H A Dbio.c27 if ((t = fido_bio_template(ta, idx)) == NULL) { in print_template()