Searched refs:r_simple2 (Results 1 – 1 of 1) sorted by relevance
246 BIGNUM *r_simple2 = NULL; in test_mod_exp_x2() local267 || !TEST_ptr(r_simple2 = BN_new()) in test_mod_exp_x2()288 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx)) in test_mod_exp_x2()295 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) { in test_mod_exp_x2()298 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0) in test_mod_exp_x2()308 BN_print_var(r_simple2); in test_mod_exp_x2()319 BN_free(r_simple2); in test_mod_exp_x2()