Lines Matching refs:TEST_ptr
54 if (!TEST_ptr(m = BN_new()) in test_mod_exp_zero()
55 || !TEST_ptr(a = BN_new()) in test_mod_exp_zero()
56 || !TEST_ptr(p = BN_new()) in test_mod_exp_zero()
57 || !TEST_ptr(r = BN_new())) in test_mod_exp_zero()
135 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp()
138 if (!TEST_ptr(r_mont = BN_new()) in test_mod_exp()
139 || !TEST_ptr(r_mont_const = BN_new()) in test_mod_exp()
140 || !TEST_ptr(r_recp = BN_new()) in test_mod_exp()
141 || !TEST_ptr(r_simple = BN_new()) in test_mod_exp()
142 || !TEST_ptr(a = BN_new()) in test_mod_exp()
143 || !TEST_ptr(b = BN_new()) in test_mod_exp()
144 || !TEST_ptr(m = BN_new())) in test_mod_exp()
232 if (!TEST_ptr(ctx = BN_CTX_new())) in test_mod_exp_x2()
235 if (!TEST_ptr(r_mont_const_x2_1 = BN_new()) in test_mod_exp_x2()
236 || !TEST_ptr(r_mont_const_x2_2 = BN_new()) in test_mod_exp_x2()
237 || !TEST_ptr(r_simple1 = BN_new()) in test_mod_exp_x2()
238 || !TEST_ptr(r_simple2 = BN_new()) in test_mod_exp_x2()
239 || !TEST_ptr(a1 = BN_new()) in test_mod_exp_x2()
240 || !TEST_ptr(b1 = BN_new()) in test_mod_exp_x2()
241 || !TEST_ptr(m1 = BN_new()) in test_mod_exp_x2()
242 || !TEST_ptr(a2 = BN_new()) in test_mod_exp_x2()
243 || !TEST_ptr(b2 = BN_new()) in test_mod_exp_x2()
244 || !TEST_ptr(m2 = BN_new())) in test_mod_exp_x2()