Home
last modified time | relevance | path

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

/openssl/test/
H A Dexptest.c157 BIGNUM *r_mont_const = NULL; in test_mod_exp() local
168 || !TEST_ptr(r_mont_const = BN_new()) in test_mod_exp()
202 || !TEST_true(BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL))) in test_mod_exp()
207 || !TEST_BN_eq(r_simple, r_mont_const)) { in test_mod_exp()
210 if (BN_cmp(r_simple, r_mont_const) != 0) in test_mod_exp()
221 BN_print_var(r_mont_const); in test_mod_exp()
228 BN_free(r_mont_const); in test_mod_exp()

Completed in 4 milliseconds