Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dexptest.c244 BIGNUM *r_mont_const_x2_2 = NULL; in test_mod_exp_x2() local
265 || !TEST_ptr(r_mont_const_x2_2 = BN_new()) in test_mod_exp_x2()
290 r_mont_const_x2_2, a2, b2, m2, NULL, in test_mod_exp_x2()
295 || !TEST_BN_eq(r_simple2, r_mont_const_x2_2)) { in test_mod_exp_x2()
298 if (BN_cmp(r_simple2, r_mont_const_x2_2) != 0) in test_mod_exp_x2()
310 BN_print_var(r_mont_const_x2_2); in test_mod_exp_x2()
317 BN_free(r_mont_const_x2_2); in test_mod_exp_x2()