Symbol: BN_bntest_rand
crypto/openssl/include/openssl/bn.h
583
int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/openssl/test/bntest.c
1013
if (!(TEST_true(BN_bntest_rand(a, 512, 0, 0))
crypto/openssl/test/bntest.c
1014
&& TEST_true(BN_bntest_rand(c, 512, 0, 0))
crypto/openssl/test/bntest.c
1015
&& TEST_true(BN_bntest_rand(d, 512, 0, 0))))
crypto/openssl/test/bntest.c
1061
if (!TEST_true(BN_bntest_rand(a, 512, 0, 0)))
crypto/openssl/test/bntest.c
1105
if (!TEST_true(BN_bntest_rand(a, 512, 0, 0)))
crypto/openssl/test/bntest.c
1166
if (!TEST_true(BN_bntest_rand(a, 512, 0, 0)))
crypto/openssl/test/bntest.c
162
if (!(TEST_true(BN_bntest_rand(a, 1024, 1, 0))
crypto/openssl/test/bntest.c
163
&& TEST_true(BN_bntest_rand(b, 1024, 1, 0))
crypto/openssl/test/bntest.c
251
if (!(TEST_true(BN_bntest_rand(a, 512, 0, 0)))
crypto/openssl/test/bntest.c
257
if (!TEST_true(BN_bntest_rand(b, 400 + i - NUM1, 0, 0)))
crypto/openssl/test/bntest.c
292
if (!(TEST_true(BN_bntest_rand(a, 400, 0, 0))
crypto/openssl/test/bntest.c
298
if (!(TEST_true(BN_bntest_rand(b, 50 + 3 * (i - NUM1), 0, 0))))
crypto/openssl/test/bntest.c
403
if (!(TEST_true(BN_bntest_rand(a, 1024, 0, 0))))
crypto/openssl/test/bntest.c
406
if (!(TEST_true(BN_bntest_rand(b, 450 + i * 10, 0, 0))))
crypto/openssl/test/bntest.c
491
if (!(TEST_true(BN_bntest_rand(m, 1024, 0, 1))
crypto/openssl/test/bntest.c
493
&& TEST_true(BN_bntest_rand(a, 1024, 0, 0))))
crypto/openssl/test/bntest.c
694
if (!TEST_true(BN_bntest_rand(p, 1024, 0, 0)))
crypto/openssl/test/bntest.c
716
if (!(TEST_true(BN_bntest_rand(e, 1024, 0, 0))
crypto/openssl/test/bntest.c
790
if (!TEST_true(BN_bntest_rand(a, 1024, 0, 0)))
crypto/openssl/test/bntest.c
834
if (!(TEST_true(BN_bntest_rand(a, 1024, 0, 0))
crypto/openssl/test/bntest.c
835
&& TEST_true(BN_bntest_rand(c, 1024, 0, 0))
crypto/openssl/test/bntest.c
836
&& TEST_true(BN_bntest_rand(d, 1024, 0, 0))))
crypto/openssl/test/bntest.c
882
if (!TEST_true(BN_bntest_rand(a, 1024, 0, 0)))
crypto/openssl/test/bntest.c
919
if (!TEST_true(BN_bntest_rand(a, 512, 0, 0)))
crypto/openssl/test/bntest.c
929
if (!TEST_true(BN_bntest_rand(a, 512, 0, 0)))
crypto/openssl/test/bntest.c
969
if (!(TEST_true(BN_bntest_rand(a, 512, 0, 0))
crypto/openssl/test/bntest.c
970
&& TEST_true(BN_bntest_rand(c, 512, 0, 0))))