Home | History | Annotate | Download | only in test

Lines Matching refs:certbio

2050     BIO *certbio = NULL;
2139 if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
2143 || !TEST_ptr(PEM_read_bio_X509(certbio, &ocspcert, NULL, NULL))
2152 BIO_free(certbio);
2153 certbio = NULL;
2170 BIO_free(certbio);
10669 BIO *keybio = NULL, *certbio = NULL;
10692 || !TEST_ptr(certbio = BIO_new_file(certfilename, "wb"))
10693 || !TEST_true(PEM_write_bio_X509(certbio, x509)))
10700 BIO_free(certbio);