Searched refs:r_simple1 (Results 1 – 1 of 1) sorted by relevance
216 BIGNUM *r_simple1 = NULL; in test_mod_exp_x2() local237 || !TEST_ptr(r_simple1 = BN_new()) in test_mod_exp_x2()258 || !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx)) in test_mod_exp_x2()265 if (!TEST_BN_eq(r_simple1, r_mont_const_x2_1) in test_mod_exp_x2()267 if (BN_cmp(r_simple1, r_mont_const_x2_1) != 0) in test_mod_exp_x2()278 BN_print_var(r_simple1); in test_mod_exp_x2()289 BN_free(r_simple1); in test_mod_exp_x2()