Symbol: test_random
crypto/openssl/test/bio_base64_test.c
82
&& (test_random() % llen) < wscnt
crypto/openssl/test/bio_dgram_test.c
515
key[i] = test_random();
crypto/openssl/test/destest.c
740
in[i] = test_random();
crypto/openssl/test/helpers/noisydgrambio.c
234
if (test_random() % noise_rate != 0) {
crypto/openssl/test/helpers/noisydgrambio.c
240
type = test_random() % NUM_NOISE_TYPES;
crypto/openssl/test/helpers/noisydgrambio.c
257
? (uint64_t)((test_random() % MAX_DGRAM_REINJECT) + 1)
crypto/openssl/test/helpers/noisydgrambio.c
270
*flip = (test_random() % 255 + 1) << (test_random() % 8);
crypto/openssl/test/helpers/noisydgrambio.c
275
*flip_offset = test_random() % (25 * (1 + long_header));
crypto/openssl/test/hpke_test.c
756
#define COIN_IS_HEADS (test_random() % 2)
crypto/openssl/test/lhash_test.c
590
index = test_random() % TEST_MT_POOL_SZ;
crypto/openssl/test/lhash_test.c
591
behavior = (char)(test_random() % NUM_BEHAVIORS);
crypto/openssl/test/priority_queue_test.c
73
values[i] = random ? test_random() : (size_t)(count - i);
crypto/openssl/test/priority_queue_test.c
99
i = test_random() % count;
crypto/openssl/test/quic_stream_test.c
262
src_buf[i] = (unsigned char)(test_random() & 0xFF);
crypto/openssl/test/quic_stream_test.c
267
l = (test_random() % init_size) + 1;
crypto/openssl/test/quic_stream_test.c
288
if ((test_random() & 1) != 0) {
crypto/openssl/test/quic_stream_test.c
495
bulk_data[i] = (unsigned char)(test_random() & 0xFF);
crypto/openssl/test/quic_stream_test.c
502
if (test_random() % 10 == 0)
crypto/openssl/test/quic_stream_test.c
516
if (test_random() % 5 != 0)
crypto/openssl/test/quic_stream_test.c
520
off = read_off + test_random() % 50;
crypto/openssl/test/quic_stream_test.c
523
size = test_random() % 100 + 1;
crypto/openssl/test/quic_stream_test.c
553
if (test_random() % 50 == 0)
crypto/openssl/test/quic_stream_test.c
558
if (!fin_set && queued_max >= data_size - test_random() % 200) {
crypto/openssl/test/quicfaultstest.c
236
buf[(size_t)test_random() % len] ^= 0xff;
crypto/openssl/test/testutil.h
628
uint32_t test_random(void);
crypto/openssl/test/testutil/driver.c
312
j = test_random() % (1 + i);
crypto/openssl/test/testutil/driver.c
361
jstep = test_random() % all_tests[i].num;
crypto/openssl/test/testutil/fake_random.c
81
r = test_random();
crypto/openssl/test/testutil/random.c
41
test_random();