Searched refs:r_simple2 (Results 1 – 1 of 1) sorted by relevance
217 BIGNUM *r_simple2 = NULL; in test_mod_exp_x2() local238 || !TEST_ptr(r_simple2 = BN_new()) in test_mod_exp_x2()259 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx)) in test_mod_exp_x2()266 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) { in test_mod_exp_x2()269 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0) in test_mod_exp_x2()279 BN_print_var(r_simple2); in test_mod_exp_x2()290 BN_free(r_simple2); in test_mod_exp_x2()