Searched refs:factor_size (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/bn/ |
H A D | rsaz_exp_x2.c | 143 int factor_size) 174 switch (factor_size) { 203 to_words52(base1_red, regs_capacity, base1, factor_size); 204 to_words52(base2_red, regs_capacity, base2, factor_size); 205 to_words52(m1_red, regs_capacity, m1, factor_size); 206 to_words52(m2_red, regs_capacity, m2, factor_size); 207 to_words52(rr1_red, regs_capacity, rr1, factor_size); 244 k0, factor_size); 249 from_words52(res1, factor_size, rr1_red); 250 from_words52(res2, factor_size, rr2_red); [all …]
|
H A D | rsaz_exp.h | 55 int factor_size);
|
/openssl/test/ |
H A D | exptest.c | 253 int factor_size = 0; in test_mod_exp_x2() local 256 factor_size = 1024; in test_mod_exp_x2() 258 factor_size = 1536; in test_mod_exp_x2() 260 factor_size = 2048; in test_mod_exp_x2() 277 BN_rand(a1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 278 BN_rand(b1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 279 BN_rand(m1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD); in test_mod_exp_x2() 280 BN_rand(a2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 281 BN_rand(b2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2() 282 BN_rand(m2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD); in test_mod_exp_x2()
|
Completed in 9 milliseconds