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