Searched refs:BN_bntest_rand (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/bn/
H A Dbntest.c326 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(
[all...]
H A Dbn_rand.c222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) function
H A Dbn.h817 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
/external/openssl/include/openssl/
H A Dbn.h817 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);

Completed in 70 milliseconds