Searched refs:r_recp (Results 1 – 1 of 1) sorted by relevance
158 BIGNUM *r_recp = NULL; in test_mod_exp() local169 || !TEST_ptr(r_recp = BN_new()) in test_mod_exp()200 || !TEST_true(BN_mod_exp_recp(r_recp, a, b, m, ctx)) in test_mod_exp()206 || !TEST_BN_eq(r_simple, r_recp) in test_mod_exp()212 if (BN_cmp(r_simple, r_recp) != 0) in test_mod_exp()219 BN_print_var(r_recp); in test_mod_exp()229 BN_free(r_recp); in test_mod_exp()
Completed in 4 milliseconds