/external/openssl/crypto/bn/ |
bntest.c | 326 BN_bntest_rand(&a,512,0,0); 329 BN_bntest_rand(&b,450+i,0,0); 374 BN_bntest_rand(&a,512,0,0); 381 BN_bntest_rand(&b,400+i-num1,0,0); 427 BN_bntest_rand(&a,400,0,0); 433 BN_bntest_rand(&b,50+3*(i-num1),0,0); 504 BN_bntest_rand(&a,512,-1,0); 505 BN_bntest_rand(&b,BN_BITS2,-1,0); 565 BN_bntest_rand(&a,400,0,0); 571 BN_bntest_rand(&b,50+3*(i-num1),0,0) [all...] |
bn_rand.c | 222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom)
|
bn.h | 781 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom); [all...] |
/external/openssl/include/openssl/ |
bn.h | 781 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom); [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/ |
bn.h | 758 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
|