doq_fill_rand
doq_fill_rand(rnd, table->static_secret, table->static_secret_len);
doq_fill_rand(conn->doq_socket->rnd, data, datalen);
doq_fill_rand(rnd, dest, destlen);
doq_fill_rand(conn->doq_socket->rnd, params.stateless_reset_token,
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len);
doq_fill_rand(rnd, buf, datalen);
doq_fill_rand(rnd, table->static_secret, table->static_secret_len);
doq_fill_rand(conn->doq_socket->rnd, data, datalen);
doq_fill_rand(rnd, dest, destlen);
doq_fill_rand(conn->doq_socket->rnd, params.stateless_reset_token,
void doq_fill_rand(struct ub_randstate* rnd, uint8_t* buf, size_t len);
doq_fill_rand(rnd, buf, datalen);