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

/freebsd-current/contrib/libfido2/fuzz/
H A Dfuzz_cred.c32 struct blob excl_cred; member in struct:param
104 unpack_blob(v[16], &p->excl_cred) < 0)
146 (argv[16] = pack_blob(&p->excl_cred)) == NULL)
218 const struct blob *excl_cred)
228 fido_cred_exclude(cred, excl_cred->body, excl_cred->len);
377 p->rk, p->uv, p->pin, p->excl_count, &p->excl_cred);
461 mutate_blob(&p->excl_cred);
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 51 milliseconds