Searched refs:BN_rand (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexp.c33 BN_rand(&a,size,0,0);
34 BN_rand(&b,size,1,0);
35 BN_rand(&c,size,0,1);
H A Dbnspeed.c193 BN_rand(a,sizes[i],1,0);
196 BN_rand(b,sizes[j],1,0);
209 BN_rand(a,sizes[i],1,0);
221 BN_rand(a,sizes[i]-1,1,0);
224 BN_rand(b,sizes[j],1,0);
H A Dexptest.c82 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't
110 BN_rand(a,NUM_BITS+c,0,0);
114 BN_rand(b,NUM_BITS+c,0,0);
118 BN_rand(m,NUM_BITS+c,0,1);
H A Dbn_rand.c211 int BN_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 Dbn_prime.c384 if (!BN_rand(rnd,bits,1,1)) return(0);
415 if (!BN_rand(rnd,bits,0,1)) goto err;
459 if (!BN_rand(q,bits,0,1)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dexp.c32 BN_rand(&a, size, 0, 0);
33 BN_rand(&b, size, 1, 0);
34 BN_rand(&c, size, 0, 1);
H A Dbnspeed.c192 BN_rand(a, sizes[i], 1, 0);
194 BN_rand(b, sizes[j], 1, 0);
208 BN_rand(a, sizes[i], 1, 0);
221 BN_rand(a, sizes[i] - 1, 1, 0);
223 BN_rand(b, sizes[j], 1, 0);
H A Dbn_x931p.c215 if (!BN_rand(Xp, nbits, 1, 0))
222 if (!BN_rand(Xq, nbits, 1, 0))
263 if (!BN_rand(Xp1, 101, 0, 0))
265 if (!BN_rand(Xp2, 101, 0, 0))
H A Dexptest.c116 if (!BN_rand(&a, 1024, 0, 0))
186 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we
214 BN_rand(a, NUM_BITS + c, 0, 0);
218 BN_rand(b, NUM_BITS + c, 0, 0);
222 BN_rand(m, NUM_BITS + c, 0, 1);
H A Dbn_rand.c204 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) function
225 pseudo ? BN_pseudo_rand : BN_rand;
H A Dbn_prime.c385 if (!BN_rand(rnd, bits, 1, 1))
421 if (!BN_rand(rnd, bits, 0, 1))
472 if (!BN_rand(q, bits, 0, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexp.c32 BN_rand(&a, size, 0, 0);
33 BN_rand(&b, size, 1, 0);
34 BN_rand(&c, size, 0, 1);
H A Dbnspeed.c192 BN_rand(a, sizes[i], 1, 0);
194 BN_rand(b, sizes[j], 1, 0);
208 BN_rand(a, sizes[i], 1, 0);
221 BN_rand(a, sizes[i] - 1, 1, 0);
223 BN_rand(b, sizes[j], 1, 0);
H A Dbn_x931p.c215 if (!BN_rand(Xp, nbits, 1, 0))
222 if (!BN_rand(Xq, nbits, 1, 0))
263 if (!BN_rand(Xp1, 101, 0, 0))
265 if (!BN_rand(Xp2, 101, 0, 0))
H A Dexptest.c116 if (!BN_rand(&a, 1024, 0, 0))
186 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we
214 BN_rand(a, NUM_BITS + c, 0, 0);
218 BN_rand(b, NUM_BITS + c, 0, 0);
222 BN_rand(m, NUM_BITS + c, 0, 1);
H A Dbn_rand.c204 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) function
225 pseudo ? BN_pseudo_rand : BN_rand;
H A Dbn_prime.c385 if (!BN_rand(rnd, bits, 1, 1))
421 if (!BN_rand(rnd, bits, 0, 1))
472 if (!BN_rand(q, bits, 0, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dexptest.c82 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't
110 BN_rand(a,NUM_BITS+c,0,0);
114 BN_rand(b,NUM_BITS+c,0,0);
118 BN_rand(m,NUM_BITS+c,0,1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpaketest.c145 BN_rand(secret, 32, -1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/jpake/
H A Djpaketest.c145 BN_rand(secret, 32, -1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_key.c142 if (!BN_rand(priv_key, l, 0, 0)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_key.c173 if (!BN_rand(priv_key, l, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_key.c173 if (!BN_rand(priv_key, l, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.c112 if( BN_rand( dh->priv_key, DH_PRIVKEY_LEN * 8, -1, 0 ) != 1 )
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h362 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);

Completed in 155 milliseconds

12