Lines Matching refs:TEST_ptr
23 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file())))
26 && TEST_ptr(cert = X509_new_ex(libctx, NULL)))
27 (void)TEST_ptr(cert = PEM_read_bio_X509(bio, &cert, NULL, NULL));
39 if (!TEST_ptr(file) || (bio = BIO_new_file(file, "r")) == NULL)
74 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file())))
79 if (TEST_ptr(key = PEM_read_bio_PrivateKey_ex(bio, NULL, NULL, NULL,
97 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new_file(file, "rb")))
101 if (TEST_ptr(csr))
102 (void)TEST_ptr(d2i_X509_REQ_bio(bio, &csr));