Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dexptest.c246 BIGNUM *r_simple2 = NULL; in test_mod_exp_x2() local
268 || !TEST_ptr(r_simple2 = BN_new()) in test_mod_exp_x2()
289 || !TEST_true(BN_mod_exp_simple(r_simple2, a2, b2, m2, ctx)) 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()
309 BN_print_var(r_simple2); in test_mod_exp_x2()
320 BN_free(r_simple2); in test_mod_exp_x2()