Lines Matching refs:TEST_ptr
55 if (!TEST_ptr(m = BN_new()) in test_mod_exp_zero()
56 || !TEST_ptr(a = BN_new()) in test_mod_exp_zero()
57 || !TEST_ptr(p = BN_new()) in test_mod_exp_zero()
58 || !TEST_ptr(r = BN_new())) in test_mod_exp_zero()
98 if (!TEST_ptr(mont = BN_MONT_CTX_new())) in test_mod_exp_zero()
164 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp()
167 if (!TEST_ptr(r_mont = BN_new()) in test_mod_exp()
168 || !TEST_ptr(r_mont_const = BN_new()) in test_mod_exp()
169 || !TEST_ptr(r_recp = BN_new()) in test_mod_exp()
170 || !TEST_ptr(r_simple = BN_new()) in test_mod_exp()
171 || !TEST_ptr(a = BN_new()) in test_mod_exp()
172 || !TEST_ptr(b = BN_new()) in test_mod_exp()
173 || !TEST_ptr(m = BN_new())) in test_mod_exp()
261 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp_x2()
264 if (!TEST_ptr(r_mont_const_x2_1 = BN_new()) in test_mod_exp_x2()
265 || !TEST_ptr(r_mont_const_x2_2 = BN_new()) in test_mod_exp_x2()
266 || !TEST_ptr(r_simple1 = BN_new()) in test_mod_exp_x2()
267 || !TEST_ptr(r_simple2 = BN_new()) in test_mod_exp_x2()
268 || !TEST_ptr(a1 = BN_new()) in test_mod_exp_x2()
269 || !TEST_ptr(b1 = BN_new()) in test_mod_exp_x2()
270 || !TEST_ptr(m1 = BN_new()) in test_mod_exp_x2()
271 || !TEST_ptr(a2 = BN_new()) in test_mod_exp_x2()
272 || !TEST_ptr(b2 = BN_new()) in test_mod_exp_x2()
273 || !TEST_ptr(m2 = BN_new())) in test_mod_exp_x2()