Home
last modified time | relevance | path

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

/openssl-master/test/
A Dexptest.c214 BIGNUM *r_mont_const_x2_1 = NULL; in test_mod_exp_x2() local
235 if (!TEST_ptr(r_mont_const_x2_1 = BN_new()) in test_mod_exp_x2()
260 || !TEST_true(BN_mod_exp_mont_consttime_x2(r_mont_const_x2_1, a1, b1, m1, NULL, 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()
280 BN_print_var(r_mont_const_x2_1); in test_mod_exp_x2()
287 BN_free(r_mont_const_x2_1); in test_mod_exp_x2()

Completed in 3 milliseconds