Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dexptest.c25 #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()
[all …]