Home
last modified time | relevance | path

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

/openssl/test/
H A Dexptest.c243 BIGNUM *r_mont_const_x2_1 = NULL; in test_mod_exp_x2() local
265 if (!TEST_ptr(r_mont_const_x2_1 = BN_new()) in test_mod_exp_x2()
290 || !TEST_true(BN_mod_exp_mont_consttime_x2(r_mont_const_x2_1, a1, b1, m1, NULL, 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()
310 BN_print_var(r_mont_const_x2_1); in test_mod_exp_x2()
317 BN_free(r_mont_const_x2_1); in test_mod_exp_x2()

Completed in 6 milliseconds