Searched refs:fuzz_buf_extract (Results 1 – 1 of 1) sorted by relevance
65 static const void *fuzz_buf_extract(struct fuzz_buf *buf, size_t len) in fuzz_buf_extract() function79 const void *r = fuzz_buf_extract(buf, sizeof(uint32_t)); in fuzz_buf_extract_u32()95 const uint8_t *v = fuzz_buf_extract(ctx->ctrl, sizeof(uint8_t)); in fuzz_chance()142 const uint8_t *data = fuzz_buf_extract(ctx->input, len); in do_rx()155 const uint8_t *e = fuzz_buf_extract(ctx->ctrl, sizeof(uint8_t)); in do_tx()164 const uint8_t *t = fuzz_buf_extract(ctx->ctrl, sizeof(uint8_t)); in do_tx()