Searched refs:SSL_get_rbio (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_lib.c | 170 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()
|
D | ssl_lib.c | 595 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()
|
D | d1_both.c | 704 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 1876 OPENSSL_EXPORT BIO *SSL_get_rbio(const SSL *s);
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 2095 BIO *bio = SSL_get_rbio(ssl); in ssl_init()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9611 BIO* rbio = SSL_get_rbio(ssl); 9931 BIO* rbio = SSL_get_rbio(ssl);
|