Searched refs:bio2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c104 static int bio_make_pair(BIO *bio1, BIO *bio2);
542 * BIO_free(bio1); BIO_free(bio2); do the job.
685 static int bio_make_pair(BIO *bio1, BIO *bio2) argument
690 assert(bio2 != NULL);
693 b2 = bio2->ptr;
720 b1->peer = bio2;
728 bio2->init = 1;
765 BIO *bio1 = NULL, *bio2 = NULL; local
772 bio2 = BIO_new(BIO_s_bio());
773 if (bio2
[all...]
H A Dbio.h776 BIO **bio2, size_t writebuf2);
778 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
779 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default

Completed in 70 milliseconds