Searched refs:r_simple1 (Results 1 – 1 of 1) sorted by relevance
245 BIGNUM *r_simple1 = NULL; in test_mod_exp_x2() local266 || !TEST_ptr(r_simple1 = BN_new()) in test_mod_exp_x2()287 || !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx)) in test_mod_exp_x2()294 if (!TEST_BN_eq(r_simple1, r_mont_const_x2_1) in test_mod_exp_x2()296 if (BN_cmp(r_simple1, r_mont_const_x2_1) != 0) in test_mod_exp_x2()307 BN_print_var(r_simple1); in test_mod_exp_x2()318 BN_free(r_simple1); in test_mod_exp_x2()