Searched refs:r_mont_const (Results 1 – 1 of 1) sorted by relevance
157 BIGNUM *r_mont_const = NULL; in test_mod_exp() local168 || !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