Searched refs:r_simple1 (Results 1 – 1 of 1) sorted by relevance
245 BIGNUM *r_simple1 = NULL; in test_mod_exp_x2() local267 || !TEST_ptr(r_simple1 = BN_new()) in test_mod_exp_x2()288 || !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx)) in test_mod_exp_x2()295 if (!TEST_BN_eq(r_simple1, r_mont_const_x2_1) in test_mod_exp_x2()297 if (BN_cmp(r_simple1, r_mont_const_x2_1) != 0) in test_mod_exp_x2()308 BN_print_var(r_simple1); in test_mod_exp_x2()319 BN_free(r_simple1); in test_mod_exp_x2()
Completed in 4 milliseconds