Searched refs:SSL_get_wbio (Results 1 – 17 of 17) sorted by relevance
| /freebsd-11-stable/crypto/openssl/ssl/ |
| HD | d1_clnt.c | 194 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in IMPLEMENT_dtls1_meth_func() 302 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); in IMPLEMENT_dtls1_meth_func() 346 if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) { in IMPLEMENT_dtls1_meth_func() 385 BIO_ctrl(SSL_get_wbio(s), in IMPLEMENT_dtls1_meth_func() 482 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && in IMPLEMENT_dtls1_meth_func() 525 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 540 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in IMPLEMENT_dtls1_meth_func() 558 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in IMPLEMENT_dtls1_meth_func() 608 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 636 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in IMPLEMENT_dtls1_meth_func() [all …]
|
| HD | d1_srvr.c | 198 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in IMPLEMENT_dtls1_meth_func() 277 if (!BIO_dgram_is_sctp(SSL_get_wbio(s))) in IMPLEMENT_dtls1_meth_func() 407 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); in IMPLEMENT_dtls1_meth_func() 451 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 575 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in IMPLEMENT_dtls1_meth_func() 589 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in IMPLEMENT_dtls1_meth_func() 598 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in IMPLEMENT_dtls1_meth_func() 669 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() 729 if (BIO_dgram_is_sctp(SSL_get_wbio(s)) && in IMPLEMENT_dtls1_meth_func() 811 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in IMPLEMENT_dtls1_meth_func() [all …]
|
| HD | d1_both.c | 234 s->d1->link_mtu - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_query_mtu() 242 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); in dtls1_query_mtu() 251 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, in dtls1_query_mtu() 336 used_len = BIO_wpending(SSL_get_wbio(s)) + DTLS1_RT_HEADER_LENGTH in dtls1_do_write() 347 ret = BIO_flush(SSL_get_wbio(s)); in dtls1_do_write() 401 if (retry && BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write() 1324 (void)BIO_flush(SSL_get_wbio(s)); in dtls1_retransmit_message() 1392 return dtls1_link_min_mtu() - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_min_mtu() 1420 wbio = SSL_get_wbio(s); in dtls1_shutdown() 1428 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown() [all …]
|
| HD | fatalerrtest.c | 59 wbio = SSL_get_wbio(cssl); in main()
|
| HD | dtlstest.c | 90 c_to_s_mempacket = SSL_get_wbio(clientssl1); in test_dtls_unprocessed()
|
| HD | d1_lib.c | 379 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in dtls1_start_timer() 487 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, in dtls1_check_timeout_num()
|
| HD | ssl_lib.c | 697 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio() function 724 b = SSL_get_wbio(s); in SSL_get_wfd() 786 SSL_set_bio(s, bio, SSL_get_wbio(s)); in SSL_set_rfd() 788 SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s)); in SSL_set_rfd() 2756 bio = SSL_get_wbio(s); in SSL_get_error()
|
| HD | d1_pkt.c | 1383 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL); in dtls1_read_bytes() 1524 (BIO_dgram_is_sctp(SSL_get_wbio(s)) && in dtls1_write_app_data_bytes()
|
| HD | ssl.h | 2163 BIO *SSL_get_wbio(const SSL *s);
|
| /freebsd-11-stable/crypto/openssl/doc/ssl/ |
| HD | SSL_get_rbio.pod | 12 BIO *SSL_get_wbio(SSL *ssl); 16 SSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for the
|
| HD | ssl.pod | 595 =item BIO *B<SSL_get_wbio>(const SSL *ssl);
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/ |
| HD | bufferevent_openssl.c | 548 BIO_number_written(SSL_get_wbio(bev_ssl->ssl)); in init_bio_counts() 556 unsigned long num_w = BIO_number_written(SSL_get_wbio(bev_ssl->ssl)); in decrement_buckets() 1218 BIO *bio = SSL_get_wbio(bev_ssl->ssl); in be_openssl_destruct() 1433 BIO *bio = SSL_get_wbio(ssl); in bufferevent_openssl_socket_new()
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | ssleay.num | 62 SSL_get_wbio 72 EXIST::FUNCTION:BIO
|
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | s_client.c | 2238 BIO_number_written(SSL_get_wbio(s))); in print_stuff()
|
| HD | s_server.c | 2461 BIO_write(SSL_get_wbio(con), str, strlen(str)); in sv_body()
|
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | netevent.c | 963 BIO_set_callback(SSL_get_wbio(ssl), &win_bio_cb); 964 BIO_set_callback_arg(SSL_get_wbio(ssl), (char*)c->ev->ev);
|
| /freebsd-11-stable/crypto/openssl/doc/ |
| HD | ssleay.txt | 6187 SSL_get_wbio
|