Lines Matching defs:bio
13 #include <openssl/bio.h>
100 BIO *bio;
126 BIO_set_prefix(trace_data->bio, buffer);
134 ret = BIO_write(trace_data->bio, buf, cnt);
143 BIO_set_prefix(trace_data->bio, NULL);
156 BIO_free_all(data->bio);
171 BIO *bio = NULL;
176 bio = BIO_new(BIO_f_prefix());
177 channel = BIO_push(bio, dup_bio_err(FORMAT_TEXT));
181 || bio == NULL
182 || (trace_data->bio = channel) == NULL