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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c104 static int bio_make_pair(BIO *bio1, BIO *bio2);
538 * BIO_free(bio1); BIO_free(bio2); do the job.
682 static int bio_make_pair(BIO *bio1, BIO *bio2) argument
686 assert(bio1 != NULL);
689 b1 = bio1->ptr;
720 b2->peer = bio1;
724 bio1->init = 1;
762 BIO *bio1 = NULL, *bio2 = NULL; local
766 bio1 = BIO_new(BIO_s_bio());
767 if (bio1
[all...]
H A Dbio.h705 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
708 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
709 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default

Completed in 54 milliseconds