Searched defs:bio_int (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl.c255 BIO *bio_int, *bio_ext; local
271 into the given buffer. The bio_int is used by OpenSSL and bio_ext
273 if (BIO_new_bio_pair(&bio_int, 0, &bio_ext, 0) != 1) {
291 /* bio_int will be freed by SSL_free() */
292 SSL_set_bio(ssl_io->ssl, bio_int, bio_int);

Completed in 13 milliseconds