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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dpair.c307 static int bio_make_pair(BIO *bio1, BIO *bio2) { argument
310 assert(bio1 != NULL);
313 b1 = bio1->ptr;
344 b2->peer = bio1;
348 bio1->init = 1;
483 BIO *bio1 = NULL, *bio2 = NULL; local
487 bio1 = BIO_new(BIO_s_bio());
488 if (bio1 == NULL) {
497 r = BIO_set_write_buffer_size(bio1, writebuf1);
509 if (!bio_make_pair(bio1, bio
[all...]
/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
708 assert(bio1 != NULL);
711 b1 = bio1->ptr;
747 b2->peer = bio1;
751 bio1->init = 1;
792 BIO *bio1 = NULL, *bio2 = NULL; local
796 bio1 = BIO_new(BIO_s_bio());
797 if (bio1
[all...]
H A Dbio.h747 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
749 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
750 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
/external/openssl/include/openssl/
H A Dbio.h747 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
749 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
750 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.

Completed in 213 milliseconds