Home | History | Annotate | Download | only in test

Lines Matching refs:certbio

702     BIO *certbio = NULL;
706 if (!TEST_ptr(certbio = BIO_new_file(cert, "r")))
708 chaincert = PEM_read_bio_X509(certbio, NULL, NULL, NULL);
709 BIO_free(certbio);
710 certbio = NULL;
1001 BIO *certbio = NULL;
1086 if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
1089 || !TEST_ptr(ocspcert = PEM_read_bio_X509(certbio,
1099 BIO_free(certbio);
1100 certbio = NULL;
1117 BIO_free(certbio);