Symbol: BN_bntest_rand
lib/libcrypto/bn/bn_local.h
281
int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
regress/lib/libcrypto/bn/bn_test.c
1040
CHECK_GOTO(BN_bntest_rand(c, 30, 0, 1)); /* must be odd for montgomery */
regress/lib/libcrypto/bn/bn_test.c
1042
CHECK_GOTO(BN_bntest_rand(a, 20 + i * 5, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1043
CHECK_GOTO(BN_bntest_rand(b, 2 + i, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1069
CHECK_GOTO(BN_bntest_rand(c, 30, 0, 1)); /* must be odd for montgomery */
regress/lib/libcrypto/bn/bn_test.c
1071
CHECK_GOTO(BN_bntest_rand(a, 20 + i * 5, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1072
CHECK_GOTO(BN_bntest_rand(b, 2 + i, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1098
CHECK_GOTO(BN_bntest_rand(c, 30, 0, 1)); /* must be odd for montgomery */
regress/lib/libcrypto/bn/bn_test.c
1100
CHECK_GOTO(BN_bntest_rand(a, 20 + i * 5, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1101
CHECK_GOTO(BN_bntest_rand(b, 2 + i, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1172
CHECK_GOTO(BN_bntest_rand(c, 30, 0, 1)); /* must be odd for montgomery */
regress/lib/libcrypto/bn/bn_test.c
1174
CHECK_GOTO(BN_bntest_rand(a, 20 + i * 5, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1175
CHECK_GOTO(BN_bntest_rand(b, 2 + i, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1242
CHECK_GOTO(BN_bntest_rand(m, 1024, 0, 1)); /* must be odd for montgomery */
regress/lib/libcrypto/bn/bn_test.c
1244
CHECK_GOTO(BN_bntest_rand(a, 1024, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1326
CHECK_GOTO(BN_bntest_rand(p, 1024, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1352
CHECK_GOTO(BN_bntest_rand(e, 1024, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1389
CHECK_GOTO(BN_bntest_rand(a, 20 + i * 5, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1390
CHECK_GOTO(BN_bntest_rand(b, 2 + i, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1480
if (!BN_bntest_rand(a, 512, 0, 0))
regress/lib/libcrypto/bn/bn_test.c
1587
if (!BN_bntest_rand(r, 256, 0, 3))
regress/lib/libcrypto/bn/bn_test.c
1593
if (!BN_bntest_rand(a, 256, 0, 3))
regress/lib/libcrypto/bn/bn_test.c
1662
CHECK_GOTO(BN_bntest_rand(a, 200, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1718
CHECK_GOTO(BN_bntest_rand(a, 200, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1769
CHECK_GOTO(BN_bntest_rand(a, 200, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
1815
CHECK_GOTO(BN_bntest_rand(a, 200, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
314
CHECK_GOTO(BN_bntest_rand(a, 512, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
316
CHECK_GOTO(BN_bntest_rand(b, 450 + i, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
365
CHECK_GOTO(BN_bntest_rand(a, 512, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
371
CHECK_GOTO(BN_bntest_rand(b, 400 + i - num1, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
432
CHECK_GOTO(BN_bntest_rand(a, 400, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
437
CHECK_GOTO(BN_bntest_rand(b, 50 + 3 * (i - num1), 0, 0));
regress/lib/libcrypto/bn/bn_test.c
499
if (!BN_bntest_rand(a, 512, -1, 0) ||
regress/lib/libcrypto/bn/bn_test.c
500
!BN_bntest_rand(b, BN_BITS2, -1, 0))
regress/lib/libcrypto/bn/bn_test.c
577
CHECK_GOTO(BN_bntest_rand(a, 400, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
582
CHECK_GOTO(BN_bntest_rand(b, 50 + 3 * (i - num1), 0, 0));
regress/lib/libcrypto/bn/bn_test.c
649
CHECK_GOTO(BN_bntest_rand(a, 100, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
650
CHECK_GOTO(BN_bntest_rand(b, 100, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
652
CHECK_GOTO(BN_bntest_rand(b, i - num1, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
700
CHECK_GOTO(BN_bntest_rand(a, 40 + i * 10, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
819
CHECK_GOTO(BN_bntest_rand(a, 100, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
820
CHECK_GOTO(BN_bntest_rand(b, 100, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
826
CHECK_GOTO(BN_bntest_rand(n, bits, 0, 1));
regress/lib/libcrypto/bn/bn_test.c
886
CHECK_GOTO(BN_bntest_rand(a, 1024, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
888
CHECK_GOTO(BN_bntest_rand(b, 450 + i * 10, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
947
CHECK_GOTO(BN_bntest_rand(c, 1024, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
949
CHECK_GOTO(BN_bntest_rand(a, 475 + i * 10, 0, 0));
regress/lib/libcrypto/bn/bn_test.c
950
CHECK_GOTO(BN_bntest_rand(b, 425 + i * 11, 0, 0));