Lines Matching refs:certbio
960 BIO *certbio = NULL;
964 if (!TEST_ptr(certbio = BIO_new_file(cert, "r")))
970 if (PEM_read_bio_X509(certbio, &chaincert, NULL, NULL) == NULL)
972 BIO_free(certbio);
973 certbio = NULL;
1035 BIO_free(certbio);
1863 BIO *certbio = NULL;
1948 if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
1952 || !TEST_ptr(PEM_read_bio_X509(certbio, &ocspcert, NULL, NULL))
1961 BIO_free(certbio);
1962 certbio = NULL;
1979 BIO_free(certbio);