Home
last modified time | relevance | path

Searched refs:SSL_get_wbio (Results 1 – 12 of 12) sorted by relevance

/openbsd/lib/libssl/
H A Dd1_both.c221 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write()
232 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, in dtls1_do_write()
249 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) - in dtls1_do_write()
254 ret = BIO_flush(SSL_get_wbio(s)); in dtls1_do_write()
300 if (BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write()
302 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write()
1061 (void)BIO_flush(SSL_get_wbio(s)); in dtls1_retransmit_message()
H A DSymbols.list246 SSL_get_wbio
H A Dssl_lib.c646 SSL_get_wbio(const SSL *s) in SSL_get_wbio() function
650 LSSL_ALIAS(SSL_get_wbio);
679 b = SSL_get_wbio(s); in SSL_get_wfd()
746 SSL_set_bio(s, bio, SSL_get_wbio(s)); in SSL_set_rfd()
748 SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s)); in SSL_set_rfd()
2647 bio = SSL_get_wbio(s); in SSL_get_error()
H A Dd1_lib.c361 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), in dtls1_check_timeout_num()
H A Dssl.h1139 BIO * SSL_get_wbio(const SSL *s);
/openbsd/regress/lib/libssl/shutdown/
H A Dshutdowntest.c248 BIO_set_mem_eof_return(SSL_get_wbio(client), 0); in do_shutdown_loop()
256 BIO_set_mem_eof_return(SSL_get_wbio(server), 0); in do_shutdown_loop()
/openbsd/regress/lib/libssl/dtls/
H A Ddtlstest.c619 if ((bio = SSL_get_wbio(ssl)) == NULL) in do_accept_write()
642 if ((bio = SSL_get_wbio(ssl)) == NULL) in do_accept_shutdown()
950 if ((bio = SSL_get_wbio(ssl)) == NULL) in dtlstest_packet_monkey()
/openbsd/lib/libssl/hidden/openssl/
H A Dssl.h139 LSSL_USED(SSL_get_wbio);
/openbsd/usr.bin/openssl/
H A Ds_client.c1704 BIO_number_written(SSL_get_wbio(s))); in print_stuff()
H A Ds_server.c1674 BIO_write(SSL_get_wbio(con), str, in sv_body()
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.c1369 BIO_set_callback_ex(SSL_get_wbio(ssl), &win_bio_cb);
1371 BIO_set_callback(SSL_get_wbio(ssl), &win_bio_cb);
1373 BIO_set_callback_arg(SSL_get_wbio(ssl), (char*)c->ev->ev);
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.c1369 BIO_set_callback_ex(SSL_get_wbio(ssl), &win_bio_cb);
1371 BIO_set_callback(SSL_get_wbio(ssl), &win_bio_cb);
1373 BIO_set_callback_arg(SSL_get_wbio(ssl), (char*)c->ev->ev);