Home
last modified time | relevance | path

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

/openssl/test/
H A Dbntest.c3138 BIGNUM *exp_result = NULL; in test_mod_exp2_mont() local
3142 if (!TEST_ptr(exp_result = BN_new()) in test_mod_exp2_mont()
3159 if (!TEST_int_eq(BN_mod_exp2_mont(exp_result, exp_a1, exp_p1, exp_a2, in test_mod_exp2_mont()
3166 BN_free(exp_result); in test_mod_exp2_mont()

Completed in 11 milliseconds