Home
last modified time | relevance | path

Searched refs:QTEST_FLAG_NOISE (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.h39 #define QTEST_FLAG_NOISE (1 << 2) macro
H A Dquictestlib.c268 if ((flags & QTEST_FLAG_NOISE) != 0) { in qtest_create_quic_objects()
365 if ((flags & QTEST_FLAG_NOISE) != 0) in qtest_create_quic_objects()
/freebsd/crypto/openssl/test/
H A Dquicapitest.c1559 int flags = QTEST_FLAG_NOISE | QTEST_FLAG_FAKE_TIME; in test_noisy_dgram()
1665 int flags = QTEST_FLAG_NOISE | QTEST_FLAG_FAKE_TIME; in test_bw_limit()