Home
last modified time | relevance | path

Searched refs:SSL_get_rbio (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
Dd1_lib.c170 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer()
244 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer()
Dssl_lib.c595 BIO *SSL_get_rbio(const SSL *s) { return s->rbio; } in SSL_get_rbio() function
605 b = SSL_get_rbio(s); in SSL_get_rfd()
657 SSL_set_bio(s, SSL_get_rbio(s), bio); in SSL_set_wfd()
659 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s)); in SSL_set_wfd()
2049 bio = SSL_get_rbio(s); in SSL_get_error()
Dd1_both.c704 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
/external/boringssl/src/include/openssl/
Dssl.h1876 OPENSSL_EXPORT BIO *SSL_get_rbio(const SSL *s);
/external/libvncserver/x11vnc/
Dsslhelper.c2095 BIO *bio = SSL_get_rbio(ssl); in ssl_init()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9611 BIO* rbio = SSL_get_rbio(ssl);
9931 BIO* rbio = SSL_get_rbio(ssl);