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

/freebsd-current/contrib/libfido2/fuzz/
H A Dfuzz_cred.c35 uint8_t excl_count; member in struct:param
92 unpack_byte(v[4], &p->excl_count) < 0 ||
134 (argv[4] = pack_byte(p->excl_count)) == NULL ||
217 int ext, uint8_t rk, uint8_t uv, const char *pin, uint8_t excl_count,
227 for (uint8_t i = 0; i < excl_count; i++)
377 p->rk, p->uv, p->pin, p->excl_count, &p->excl_cred);
457 mutate_byte(&p->excl_count);
214 make_cred(fido_cred_t *cred, uint8_t opt, int type, const struct blob *cdh, const char *rp_id, const char *rp_name, const struct blob *user_id, const char *user_name, const char *user_nick, const char *user_icon, int ext, uint8_t rk, uint8_t uv, const char *pin, uint8_t excl_count, const struct blob *excl_cred) argument

Completed in 64 milliseconds