Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/ssl/
HDd1_clnt.c194 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 …]
HDd1_srvr.c198 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 …]
HDd1_both.c234 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 …]
HDfatalerrtest.c59 wbio = SSL_get_wbio(cssl); in main()
HDdtlstest.c90 c_to_s_mempacket = SSL_get_wbio(clientssl1); in test_dtls_unprocessed()
HDd1_lib.c379 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()
HDssl_lib.c697 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()
HDd1_pkt.c1383 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()
HDssl.h2163 BIO *SSL_get_wbio(const SSL *s);
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_get_rbio.pod12 BIO *SSL_get_wbio(SSL *ssl);
16 SSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for the
HDssl.pod595 =item BIO *B<SSL_get_wbio>(const SSL *ssl);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDbufferevent_openssl.c548 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/
HDssleay.num62 SSL_get_wbio 72 EXIST::FUNCTION:BIO
/freebsd-11-stable/crypto/openssl/apps/
HDs_client.c2238 BIO_number_written(SSL_get_wbio(s))); in print_stuff()
HDs_server.c2461 BIO_write(SSL_get_wbio(con), str, strlen(str)); in sv_body()
/freebsd-11-stable/contrib/unbound/util/
HDnetevent.c963 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/
HDssleay.txt6187 SSL_get_wbio