Home
last modified time | relevance | path

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

/src/contrib/libfido2/fuzz/
H A Dfuzz_cred.c35 uint8_t excl_count; member
92 unpack_byte(v[4], &p->excl_count) < 0 || in unpack()
134 (argv[4] = pack_byte(p->excl_count)) == NULL || in pack()
217 int ext, uint8_t rk, uint8_t uv, const char *pin, uint8_t excl_count, in make_cred() argument
227 for (uint8_t i = 0; i < excl_count; i++) in make_cred()
377 p->rk, p->uv, p->pin, p->excl_count, &p->excl_cred); in test_cred()
457 mutate_byte(&p->excl_count); in mutate()