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

/external/boringssl/src/crypto/bio/
H A Dbio.c120 next_bio = BIO_pop(bio);
400 BIO *BIO_pop(BIO *bio) { function
/external/boringssl/include/openssl/
H A Dbio.h289 /* BIO_pop removes |bio| from the head of a chain and returns the next BIO in
293 OPENSSL_EXPORT BIO *BIO_pop(BIO *bio);
/external/boringssl/src/include/openssl/
H A Dbio.h289 /* BIO_pop removes |bio| from the head of a chain and returns the next BIO in
293 OPENSSL_EXPORT BIO *BIO_pop(BIO *bio);
/external/boringssl/src/ssl/
H A Dssl_lib.c532 ssl->wbio = BIO_pop(ssl->wbio);
2241 s->wbio = BIO_pop(s->wbio);
2257 s->wbio = BIO_pop(bbio);
2271 s->wbio = BIO_pop(s->wbio);

Completed in 101 milliseconds