Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dd1_lib.c271 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer()
352 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer()
416 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client); in dtls1_listen()
H A Dssl_lib.c613 SSL_get_rbio(const SSL *s) in SSL_get_rbio() function
643 b = SSL_get_rbio(s); in SSL_get_rfd()
697 SSL_set_bio(s, SSL_get_rbio(s), bio); in SSL_set_wfd()
699 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s)); in SSL_set_wfd()
2531 bio = SSL_get_rbio(s); in SSL_get_error()
H A Dbio_ssl.c346 bio = SSL_get_rbio(ssl); in ssl_ctrl()
H A Dssl_pkt.c135 bio = SSL_get_rbio(s); in ssl_force_want_read()
H A Dd1_both.c886 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_cb.c815 (void) BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in generate_cookie_callback()
882 (void) BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in verify_cookie_callback()
H A Ds_server.c1612 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in sv_body()
1613 BIO_set_callback_arg(SSL_get_rbio(con), (char *) bio_s_out); in sv_body()
2013 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in www_body()
2014 BIO_set_callback_arg(SSL_get_rbio(con), (char *) bio_s_out); in www_body()
H A Ds_client.c1765 BIO_number_read(SSL_get_rbio(s)), in print_stuff()
/dragonfly/crypto/libressl/
H A DREADME.DELETED549 man/SSL_get_rbio.3
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1165 BIO * SSL_get_rbio(const SSL *s);