Searched refs:BN_pseudo_rand (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Ddivtest.c29 BN_pseudo_rand(a,Rand(),0,0);
30 BN_pseudo_rand(b,Rand(),0,0);
H A Dbn_rand.c216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) function
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
H A Dexpspeed.c254 if (!BN_pseudo_rand(a,sizes[i],1,0)) goto err;
256 if (!BN_pseudo_rand(b,sizes[i],1,0)) goto err;
259 if (!BN_pseudo_rand(c,sizes[i],1,1)) goto err;
H A Dbn_sqrt.c221 if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0)) goto end;
H A Dbn.h395 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Ddivtest.c29 BN_pseudo_rand(a, Rand(), 0, 0);
30 BN_pseudo_rand(b, Rand(), 0, 0);
H A Dbn_rand.c209 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) function
225 pseudo ? BN_pseudo_rand : BN_rand;
H A Dexpspeed.c258 if (!BN_pseudo_rand(a, sizes[i], 1, 0))
261 if (!BN_pseudo_rand(b, sizes[i], 1, 0))
265 if (!BN_pseudo_rand(c, sizes[i], 1, 1))
H A Dbn_sqrt.c232 if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0))
H A Dbn.h432 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Ddivtest.c29 BN_pseudo_rand(a, Rand(), 0, 0);
30 BN_pseudo_rand(b, Rand(), 0, 0);
H A Dbn_rand.c209 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) function
225 pseudo ? BN_pseudo_rand : BN_rand;
H A Dexpspeed.c258 if (!BN_pseudo_rand(a, sizes[i], 1, 0))
261 if (!BN_pseudo_rand(b, sizes[i], 1, 0))
265 if (!BN_pseudo_rand(c, sizes[i], 1, 1))
H A Dbn_sqrt.c232 if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0))
H A Dbn.h432 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c142 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
146 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
688 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT;
700 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT;
1163 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT;
1175 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c142 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT;
146 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT;
688 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT;
700 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT;
1163 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT;
1175 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dectest.c144 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0))
149 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0))
918 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0))
934 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0))
1428 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0))
1444 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dectest.c144 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0))
149 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0))
918 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0))
934 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0))
1428 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0))
1444 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h363 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h395 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c1666 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c1827 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c1827 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))

Completed in 277 milliseconds