Lines Matching +defs:t +defs:e +defs:p
96 struct param *p; in unpack() local
133 pack(uint8_t *ptr, size_t len, const struct param *p) in pack()
244 get_info(const struct param *p) in get_info()
274 consume_template(const fido_bio_template_t *t) in consume_template()
281 consume_enroll(fido_bio_enroll_t *e) in consume_enroll()
293 enroll(const struct param *p) in enroll()
296 fido_bio_template_t *t = NULL; in enroll() local
297 fido_bio_enroll_t *e = NULL; in enroll() local
328 list(const struct param *p) in list()
332 const fido_bio_template_t *t = NULL; in list() local
356 set_name(const struct param *p) in set_name()
359 fido_bio_template_t *t = NULL; in set_name() local
382 del(const struct param *p) in del()
385 fido_bio_template_t *t = NULL; in del() local
409 test(const struct param *p) in test()
424 mutate(struct param *p, unsigned int seed, unsigned int flags) NO_MSAN in mutate()