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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c530 BIO *other_bio = ptr; local
532 if (bio_make_pair(bio, other_bio))
642 BIO *other_bio = ptr; local
645 assert(other_bio != NULL);
646 other_b = other_bio->ptr;
649 assert(other_b->buf == NULL); /* other_bio is always fresh */

Completed in 54 milliseconds