Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_lib.c172 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()
Dssl_lib.c548 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()
Dd1_both.c696 BIO_set_flags(SSL_get_rbio(ssl), BIO_FLAGS_READ); in dtls1_read_failed()
/external/libweave/examples/provider/
Dssl_stream.cc165 BIO* bio = SSL_get_rbio(stream->ssl_.get()); in ConnectBio()
/external/libevent/
Dbufferevent_openssl.c540 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/
Dssl.h244 OPENSSL_EXPORT BIO *SSL_get_rbio(const SSL *ssl);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9763 BIO* rbio = SSL_get_rbio(ssl);
10072 BIO* rbio = SSL_get_rbio(ssl);