Home
last modified time | relevance | path

Searched refs:r_simple1 (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dexptest.c216 BIGNUM *r_simple1 = NULL; in test_mod_exp_x2() local
238 || !TEST_ptr(r_simple1 = BN_new()) in test_mod_exp_x2()
259 || !TEST_true(BN_mod_exp_simple(r_simple1, a1, b1, m1, ctx)) in test_mod_exp_x2()
266 if (!TEST_BN_eq(r_simple1, r_mont_const_x2_1) in test_mod_exp_x2()
268 if (BN_cmp(r_simple1, r_mont_const_x2_1) != 0) in test_mod_exp_x2()
279 BN_print_var(r_simple1); in test_mod_exp_x2()
290 BN_free(r_simple1); in test_mod_exp_x2()

Completed in 4 milliseconds