Lines Matching refs:TEST_ptr
33 if (!TEST_ptr(certstack) || !TEST_ptr(msgbio) || !TEST_ptr(outmsgbio)) in test_encrypt_decrypt()
40 if (!TEST_ptr(content)) in test_encrypt_decrypt()
283 ret = TEST_ptr(bio = BIO_new_mem_buf(cms_data, sizeof(cms_data))) in test_d2i_CMS_bio_NULL()
284 && TEST_ptr(cms = d2i_CMS_bio(bio, NULL)) in test_d2i_CMS_bio_NULL()
330 if (!TEST_ptr(bio = BIO_new_file(derin, "r"))) in test_d2i_CMS_decode()
335 if (!TEST_ptr(cms = d2i_CMS_bio(bio, NULL))) in test_d2i_CMS_decode()
339 if (!TEST_ptr(buf = read_all(bio, &buf_len))) in test_d2i_CMS_decode()
342 if (!TEST_ptr(cms = d2i_CMS_ContentInfo(NULL, &tmp, buf_len))) in test_d2i_CMS_decode()
371 if (!TEST_ptr(certin = test_get_argument(0)) in setup_tests()
372 || !TEST_ptr(privkeyin = test_get_argument(1)) in setup_tests()
373 || !TEST_ptr(derin = test_get_argument(2))) in setup_tests()
377 if (!TEST_ptr(certbio)) in setup_tests()
386 if (!TEST_ptr(privkeybio)) { in setup_tests()