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

/external/boringssl/src/ssl/
H A Dssl_lib.cc819 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) {
838 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) {
850 BIO *SSL_get_wbio(const SSL *ssl) { return ssl->wbio; } function
1300 BIO *bio = SSL_get_wbio(ssl);
1470 BIO *b = BIO_find_type(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR);
1509 BIO *wbio = SSL_get_wbio(ssl);

Completed in 95 milliseconds