/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
divtest.c | 29 BN_pseudo_rand(a,Rand(),0,0); 30 BN_pseudo_rand(b,Rand(),0,0);
|
bn_rand.c | 216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) 232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
|
expspeed.c | 254 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;
|
bn_sqrt.c | 221 if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0)) goto end;
|
bn.h | 436 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom); [all...] |
/external/openssl/crypto/bn/ |
divtest.c | 29 BN_pseudo_rand(a,Rand(),0,0); 30 BN_pseudo_rand(b,Rand(),0,0);
|
bn_rand.c | 216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) 232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;
|
expspeed.c | 254 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;
|
bn_sqrt.c | 221 if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0)) goto end;
|
bn.h | 436 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom); [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslidentity.cc | 105 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) ||
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
opensslidentity.cc | 114 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) ||
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ectest.c | 139 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT; 143 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT; 661 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT; 673 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT; [all...] |
/external/openssl/crypto/ec/ |
ectest.c | 139 if (!BN_pseudo_rand(r[i], BN_num_bits(s), 0, 0)) ABORT; 143 if (!BN_pseudo_rand(r0[i], BN_num_bits(s), 0, 0)) ABORT; 661 if (!BN_pseudo_rand(y, BN_num_bits(y), 0, 0)) ABORT; 673 if (!BN_pseudo_rand(x, BN_num_bits(y) - 1, 0, 0)) ABORT; [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bn.h | 436 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom); [all...] |
/external/openssl/include/openssl/ |
bn.h | 436 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom); [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.c | [all...] |
/external/openssl/apps/ |
apps.c | [all...] |