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

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dpair.c99 BIO *peer_bio; local
106 peer_bio = b->peer;
107 if (peer_bio == NULL) {
111 peer_b = peer_bio->ptr;
117 peer_bio->init = 0;
/external/openssl/crypto/bio/
H A Dbss_bio.c763 BIO *peer_bio = b->peer; local
765 if (peer_bio != NULL)
767 struct bio_bio_st *peer_b = peer_bio->ptr;
773 peer_bio->init = 0;

Completed in 197 milliseconds