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

/external/openssl/crypto/bio/
H A Dbss_bio.c103 static int bio_make_pair(BIO *bio1, BIO *bio2);
559 * Or let BIO_free(bio1); BIO_free(bio2); do the job. */
704 static int bio_make_pair(BIO *bio1, BIO *bio2) argument
709 assert(bio2 != NULL);
712 b2 = bio2->ptr;
744 b1->peer = bio2;
752 bio2->init = 1;
792 BIO *bio1 = NULL, *bio2 = NULL; local
799 bio2 = BIO_new(BIO_s_bio());
800 if (bio2
[all...]
H A Dbio.h680 BIO **bio2, size_t writebuf2);
681 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
682 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
/external/kernel-headers/original/linux/
H A Dbio.h263 * in bio2.bi_private
266 struct bio bio1, bio2; member in struct:bio_pair
/external/openssl/include/openssl/
H A Dbio.h680 BIO **bio2, size_t writebuf2);
681 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
682 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.

Completed in 21 milliseconds