Home
last modified time | relevance | path

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

/openssl/test/
H A Dexptest.c244 BIGNUM *r_mont_const_x2_2 = NULL; in test_mod_exp_x2() local
266 || !TEST_ptr(r_mont_const_x2_2 = BN_new()) in test_mod_exp_x2()
291 r_mont_const_x2_2, a2, b2, m2, NULL, in test_mod_exp_x2()
296 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) { in test_mod_exp_x2()
299 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0) in test_mod_exp_x2()
311 BN_print_var(r_mont_const_x2_2); in test_mod_exp_x2()
318 BN_free(r_mont_const_x2_2); in test_mod_exp_x2()

Completed in 10 milliseconds