HomeSort by relevance Sort by last modified time
    Searched refs:bio1 (Results 1 - 15 of 15) sorted by null

  /external/openssl/crypto/bio/
bss_bio.c 103 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)
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 == NULL
    [all...]
bio.h 668 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
670 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
671 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
  /bionic/libc/kernel/common/linux/
bio.h 155 struct bio bio1, bio2; member in struct:bio_pair
  /development/ndk/platforms/android-3/include/linux/
bio.h 155 struct bio bio1, bio2; member in struct:bio_pair