Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbntest.c326 BN_bntest_rand(&a,512,0,0); in test_add()
329 BN_bntest_rand(&b,450+i,0,0); in test_add()
374 BN_bntest_rand(&a,512,0,0); in test_sub()
381 BN_bntest_rand(&b,400+i-num1,0,0); in test_sub()
427 BN_bntest_rand(&a,400,0,0); in test_div()
433 BN_bntest_rand(&b,50+3*(i-num1),0,0); in test_div()
504 BN_bntest_rand(&a,512,-1,0); in test_div_word()
505 BN_bntest_rand(&b,BN_BITS2,-1,0); in test_div_word()
565 BN_bntest_rand(&a,400,0,0); in test_div_recp()
571 BN_bntest_rand(&b,50+3*(i-num1),0,0); in test_div_recp()
[all …]
Dbn_rand.c222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() function
Dbn.h817 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);
/external/openssl/include/openssl/
Dbn.h817 int BN_bntest_rand(BIGNUM *rnd, int bits, int top,int bottom);