Searched defs:other_bio (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dpair.c460 BIO *other_bio = ptr; local
462 if (other_bio) {
463 struct bio_bio_st *other_b = other_bio->ptr;
/external/openssl/crypto/bio/
H A Dbss_bio.c548 BIO *other_bio = ptr; local
550 if (bio_make_pair(bio, other_bio))
657 BIO *other_bio = ptr; local
660 assert(other_bio != NULL);
661 other_b = other_bio->ptr;
664 assert(other_b->buf == NULL); /* other_bio is always fresh */
678 BIO *other_bio = ptr; local
680 if (other_bio)
682 struct bio_bio_st *other_b = other_bio->ptr;

Completed in 319 milliseconds