Home
last modified time | relevance | path

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

/openssl/test/
H A Dexptest.c156 BIGNUM *r_mont = NULL; in test_mod_exp() local
167 if (!TEST_ptr(r_mont = BN_new()) in test_mod_exp()
199 || !TEST_true(BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL)) in test_mod_exp()
205 if (!TEST_BN_eq(r_simple, r_mont) in test_mod_exp()
208 if (BN_cmp(r_simple, r_mont) != 0) in test_mod_exp()
220 BN_print_var(r_mont); in test_mod_exp()
227 BN_free(r_mont); in test_mod_exp()

Completed in 4 milliseconds