HomeSort by: relevance | last modified time | path
    Searched refs:fido_bio_template_array_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/fido/
bio.h 75 typedef struct fido_bio_template_array fido_bio_template_array_t; typedef in typeref:struct:fido_bio_template_array
96 const fido_bio_template_t *fido_bio_template(const fido_bio_template_array_t *,
101 fido_bio_template_array_t *fido_bio_template_array_new(void);
111 int fido_bio_dev_get_template_array(fido_dev_t *, fido_bio_template_array_t *,
118 size_t fido_bio_template_array_count(const fido_bio_template_array_t *);
126 void fido_bio_template_array_free(fido_bio_template_array_t **);
  /src/external/bsd/libfido2/dist/src/
bio.c 148 bio_reset_template_array(fido_bio_template_array_t *ta)
182 fido_bio_template_array_t *ta = arg;
209 fido_bio_template_array_t *ta = arg;
244 bio_rx_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta, int *ms)
277 bio_get_template_array_wait(fido_dev_t *dev, fido_bio_template_array_t *ta,
290 fido_bio_dev_get_template_array(fido_dev_t *dev, fido_bio_template_array_t *ta,
767 fido_bio_template_array_count(const fido_bio_template_array_t *ta)
772 fido_bio_template_array_t *
775 return (calloc(1, sizeof(fido_bio_template_array_t)));
785 fido_bio_template_array_free(fido_bio_template_array_t **tap
    [all...]
  /src/external/bsd/libfido2/dist/tools/
bio.c 22 print_template(const fido_bio_template_array_t *ta, size_t idx)
46 fido_bio_template_array_t *ta = NULL;
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_bio.c 331 fido_bio_template_array_t *ta = NULL;

Completed in 17 milliseconds