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()