Lines Matching defs:certbio
953 BIO *certbio = NULL;
959 if (!TEST_ptr(certbio = BIO_new_file(cert, "r")))
965 if (PEM_read_bio_X509(certbio, &chaincert, NULL, NULL) == NULL)
967 BIO_free(certbio);
968 certbio = NULL;
991 BIO_free(certbio);
1879 BIO *certbio = NULL;
1964 if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
1968 || !TEST_ptr(PEM_read_bio_X509(certbio, &ocspcert, NULL, NULL))
1977 BIO_free(certbio);
1978 certbio = NULL;
1995 BIO_free(certbio);