Home
last modified time | relevance | path

Searched refs:factor_size (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/bn/
H A Drsaz_exp_x2.c151 int factor_size)
182 switch (factor_size) {
211 to_words52(base1_red, regs_capacity, base1, factor_size);
212 to_words52(base2_red, regs_capacity, base2, factor_size);
213 to_words52(m1_red, regs_capacity, m1, factor_size);
214 to_words52(m2_red, regs_capacity, m2, factor_size);
215 to_words52(rr1_red, regs_capacity, rr1, factor_size);
252 k0, factor_size);
257 from_words52(res1, factor_size, rr1_red);
258 from_words52(res2, factor_size, rr2_red);
[all …]
H A Drsaz_exp.h55 int factor_size);
/openssl/test/
H A Dexptest.c224 int factor_size = 0; in test_mod_exp_x2() local
227 factor_size = 1024; in test_mod_exp_x2()
229 factor_size = 1536; in test_mod_exp_x2()
231 factor_size = 2048; in test_mod_exp_x2()
248 BN_rand(a1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2()
249 BN_rand(b1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2()
250 BN_rand(m1, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD); in test_mod_exp_x2()
251 BN_rand(a2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2()
252 BN_rand(b2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY); in test_mod_exp_x2()
253 BN_rand(m2, factor_size, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD); in test_mod_exp_x2()

Completed in 10 milliseconds