Searched refs:SSL_get_rbio (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_lib.c | 172 BIO_ctrl(SSL_get_rbio(ssl), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer() 246 BIO_ctrl(SSL_get_rbio(ssl), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer()
|
D | ssl_lib.c | 548 BIO *SSL_get_rbio(const SSL *ssl) { return ssl->rbio; } in SSL_get_rbio() function 733 bio = SSL_get_rbio(ssl); in SSL_get_error() 983 BIO *b = BIO_find_type(SSL_get_rbio(ssl), BIO_TYPE_DESCRIPTOR); in SSL_get_rfd() 1020 SSL_set_bio(ssl, SSL_get_rbio(ssl), bio); in SSL_set_wfd() 1022 SSL_set_bio(ssl, SSL_get_rbio(ssl), SSL_get_rbio(ssl)); in SSL_set_wfd()
|
D | d1_both.c | 696 BIO_set_flags(SSL_get_rbio(ssl), BIO_FLAGS_READ); in dtls1_read_failed()
|
/external/libweave/examples/provider/ |
D | ssl_stream.cc | 165 BIO* bio = SSL_get_rbio(stream->ssl_.get()); in ConnectBio()
|
/external/libevent/ |
D | bufferevent_openssl.c | 540 BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in init_bio_counts() 547 unsigned long num_r = BIO_number_read(SSL_get_rbio(bev_ssl->ssl)); in decrement_buckets()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 244 OPENSSL_EXPORT BIO *SSL_get_rbio(const SSL *ssl);
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9763 BIO* rbio = SSL_get_rbio(ssl); 10072 BIO* rbio = SSL_get_rbio(ssl);
|