Lines Matching refs:BN_print_var
25 #define BN_print_var(v) test_output_bignum(#v, v) macro
36 BN_print_var(a); in a_is_zero_mod_one()
37 BN_print_var(r); in a_is_zero_mod_one()
135 BN_print_var(r); in test_mod_exp_zero()
215 BN_print_var(a); in test_mod_exp()
216 BN_print_var(b); in test_mod_exp()
217 BN_print_var(m); in test_mod_exp()
218 BN_print_var(r_simple); in test_mod_exp()
219 BN_print_var(r_recp); in test_mod_exp()
220 BN_print_var(r_mont); in test_mod_exp()
221 BN_print_var(r_mont_const); in test_mod_exp()
302 BN_print_var(a1); in test_mod_exp_x2()
303 BN_print_var(b1); in test_mod_exp_x2()
304 BN_print_var(m1); in test_mod_exp_x2()
305 BN_print_var(a2); in test_mod_exp_x2()
306 BN_print_var(b2); in test_mod_exp_x2()
307 BN_print_var(m2); in test_mod_exp_x2()
308 BN_print_var(r_simple1); in test_mod_exp_x2()
309 BN_print_var(r_simple2); in test_mod_exp_x2()
310 BN_print_var(r_mont_const_x2_1); in test_mod_exp_x2()
311 BN_print_var(r_mont_const_x2_2); in test_mod_exp_x2()