Home
last modified time | relevance | path

Searched refs:exp_a2 (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dbntest.c2894 BIGNUM *exp_a1 = NULL, *exp_p1 = NULL, *exp_a2 = NULL, *exp_p2 = NULL, in test_mod_exp2_mont() local
2900 || !TEST_ptr(exp_a2 = BN_new()) in test_mod_exp2_mont()
2907 || !TEST_true(BN_one(exp_a2)) in test_mod_exp2_mont()
2914 if (!TEST_int_eq(BN_mod_exp2_mont(exp_result, exp_a1, exp_p1, exp_a2, in test_mod_exp2_mont()
2924 BN_free(exp_a2); in test_mod_exp2_mont()

Completed in 4 milliseconds