Searched refs:factor_size (Results 1 - 3 of 3) sorted by relevance
/third_party/openssl/test/ |
H A D | exptest.c | 253 int factor_size = 0; in test_mod_exp_x2() local 259 factor_size = 1024; in test_mod_exp_x2() 276 BN_rand(a1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 277 BN_rand(b1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 278 BN_rand(m1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD); in test_mod_exp_x2() 279 BN_rand(a2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 280 BN_rand(b2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 281 BN_rand(m2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD); in test_mod_exp_x2()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 55 int factor_size);
|
/third_party/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 55 int factor_size);
|
Completed in 3 milliseconds