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

  /src/external/bsd/pam-u2f/dist/fuzz/
fuzz.h 30 int unpack_string(const uint8_t **, size_t *, char *);
fuzz_auth.c 124 unpack_string(&data, &len, p->user) != 1 ||
125 unpack_string(&data, &len, p->conf) != 1 ||
126 unpack_string(&data, &len, p->conv) != 1 ||
pack.c 70 int unpack_string(const uint8_t **buf, size_t *rem, char *s) { function
  /src/external/bsd/libfido2/dist/fuzz/
mutator_aux.h 80 int unpack_string(cbor_item_t *, char *);
fuzz_cred.c 95 unpack_string(v[7], p->pin) < 0 ||
96 unpack_string(v[8], p->rp_id) < 0 ||
97 unpack_string(v[9], p->rp_name) < 0 ||
98 unpack_string(v[10], p->user_icon) < 0 ||
99 unpack_string(v[11], p->user_name) < 0 ||
100 unpack_string(v[12], p->user_nick) < 0 ||
fuzz_bio.c 109 unpack_string(v[1], p->pin) < 0 ||
110 unpack_string(v[2], p->name) < 0 ||
fuzz_credman.c 98 unpack_string(v[1], p->pin) < 0 ||
99 unpack_string(v[2], p->rp_id) < 0 ||
fuzz_hid.c 69 unpack_string(v[1], p->uevent) < 0 ||
fuzz_largeblob.c 81 unpack_string(v[1], p->pin) < 0 ||
mutator_aux.c 66 unpack_string(cbor_item_t *item, char *v) function
fuzz_assert.c 89 unpack_string(v[7], p->rp_id) < 0 ||
90 unpack_string(v[8], p->pin) < 0 ||
fuzz_mgmt.c 93 unpack_string(v[1], p->pin1) < 0 ||
94 unpack_string(v[2], p->pin2) < 0 ||
fuzz_pcsc.c 54 unpack_string(v[1], p->path) < 0 ||
fuzz_attobj.c 183 unpack_string(v[1], p->rp_id) < 0 ||

Completed in 41 milliseconds