Searched refs:SSL_get_rbio (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/lib/libssl/ |
| D | d1_lib.c | 267 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_start_timer() 348 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, in dtls1_stop_timer() 412 (void)BIO_dgram_get_peer(SSL_get_rbio(s), client); in dtls1_listen()
|
| D | Symbols.list | 227 SSL_get_rbio
|
| D | ssl_lib.c | 631 SSL_get_rbio(const SSL *s) in SSL_get_rbio() function 635 LSSL_ALIAS(SSL_get_rbio); 665 b = SSL_get_rbio(s); in SSL_get_rfd() 722 SSL_set_bio(s, SSL_get_rbio(s), bio); in SSL_set_wfd() 724 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s)); in SSL_set_wfd() 2620 bio = SSL_get_rbio(s); in SSL_get_error()
|
| D | bio_ssl.c | 346 bio = SSL_get_rbio(ssl); in ssl_ctrl()
|
| D | ssl_pkt.c | 137 bio = SSL_get_rbio(s); in ssl_force_want_read()
|
| D | d1_both.c | 886 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ); in dtls1_read_failed()
|
| D | ssl.h | 1137 BIO * SSL_get_rbio(const SSL *s);
|
| /openbsd/src/lib/libssl/man/ |
| D | Makefile | 94 SSL_get_rbio.3 \
|
| /openbsd/src/usr.bin/openssl/ |
| D | s_cb.c | 810 (void) BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in generate_cookie_callback() 877 (void) BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer); in verify_cookie_callback()
|
| D | s_server.c | 1548 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in sv_body() 1549 BIO_set_callback_arg(SSL_get_rbio(con), (char *) bio_s_out); in sv_body() 1948 BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); in www_body() 1949 BIO_set_callback_arg(SSL_get_rbio(con), (char *) bio_s_out); in www_body()
|
| D | s_client.c | 1696 BIO_number_read(SSL_get_rbio(s)), in print_stuff()
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | netevent.c | 1363 BIO_set_callback_ex(SSL_get_rbio(ssl), &win_bio_cb); 1365 BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb); 1367 BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)c->ev->ev);
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | netevent.c | 1363 BIO_set_callback_ex(SSL_get_rbio(ssl), &win_bio_cb); 1365 BIO_set_callback(SSL_get_rbio(ssl), &win_bio_cb); 1367 BIO_set_callback_arg(SSL_get_rbio(ssl), (char*)c->ev->ev);
|
| /openbsd/src/distrib/sets/lists/comp/ |
| D | mi | 2151 ./usr/share/man/man3/SSL_get_rbio.3
|