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

  /src/external/bsd/libfido2/dist/fuzz/
mutator_aux.h 78 int unpack_byte(cbor_item_t *, uint8_t *);
fuzz_assert.c 82 if (unpack_byte(v[0], &p->uv) < 0 ||
83 unpack_byte(v[1], &p->up) < 0 ||
84 unpack_byte(v[2], &p->opt) < 0 ||
85 unpack_byte(v[3], &p->type) < 0 ||
86 unpack_byte(v[4], &p->cred_count) < 0 ||
fuzz_cred.c 88 if (unpack_byte(v[0], &p->rk) < 0 ||
89 unpack_byte(v[1], &p->type) < 0 ||
90 unpack_byte(v[2], &p->opt) < 0 ||
91 unpack_byte(v[3], &p->uv) < 0 ||
92 unpack_byte(v[4], &p->excl_count) < 0 ||
mutator_aux.c 81 unpack_byte(cbor_item_t *item, uint8_t *v) function
fuzz_attobj.c 186 unpack_byte(v[4], &p->type) < 0)
  /src/external/gpl3/gdb/dist/gdb/
remote.c 3412 static const char *unpack_byte (const char *buf, int *value);
3556 unpack_byte (const char *buf, int *value)
3782 pkt = unpack_byte (pkt, &length); /* length */
3888 pkt = unpack_byte (pkt, &count); /* count field */
3553 unpack_byte (const char *buf, int *value) function
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 3388 static const char *unpack_byte (const char *buf, int *value);
3532 unpack_byte (const char *buf, int *value)
3758 pkt = unpack_byte (pkt, &length); /* length */
3864 pkt = unpack_byte (pkt, &count); /* count field */
3529 unpack_byte (const char *buf, int *value) function

Completed in 55 milliseconds