Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddtlstest.c116 c_to_s_mempacket = SSL_get_wbio(clientssl1); in test_dtls_unprocessed()
269 mempackbio = SSL_get_wbio(serverssl); in test_dtls_drop_records()
276 mempackbio = SSL_get_wbio(clientssl); in test_dtls_drop_records()
376 BIO_ctrl(SSL_get_wbio(clientssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records()
377 BIO_ctrl(SSL_get_wbio(serverssl), MEMPACKET_CTRL_SET_DUPLICATE_REC, 1, NULL); in test_dtls_duplicate_records()
516 bio = SSL_get_wbio(cssl); in test_swap_records()
530 bio = SSL_get_wbio(sssl); in test_swap_records()
543 bio = SSL_get_wbio(sssl); in test_swap_records()
H A Dfatalerrtest.c50 wbio = SSL_get_wbio(cssl); in test_fatalerr()
H A Dssl_old_test.c2161 if (BIO_get_ktls_send(SSL_get_wbio(s_ssl)) in doit_localhost()
2164 else if (BIO_get_ktls_send(SSL_get_wbio(s_ssl))) in doit_localhost()
2169 if (BIO_get_ktls_send(SSL_get_wbio(c_ssl)) in doit_localhost()
2172 else if (BIO_get_ktls_send(SSL_get_wbio(c_ssl))) in doit_localhost()
H A Dsslapitest.c2789 tmp = SSL_get_wbio(serverssl); in test_extra_tickets()
3967 BIO *wbio = SSL_get_wbio(clientssl); in early_data_skip_helper()
6538 tmp = SSL_get_wbio(peerwrite); in test_key_update_peer_in_write()
6703 tmp = SSL_get_wbio(local); in test_key_update_local_in_write()
9351 wbio = SSL_get_wbio(clientssl); in test_ssl_dup()
10412 tmp = SSL_get_wbio(serverssl); in test_handshake_retry()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_rbio.pod5 SSL_get_rbio, SSL_get_wbio - get BIO linked to an SSL object
12 BIO *SSL_get_wbio(SSL *ssl);
16 SSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for the
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c266 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in dtls1_start_timer()
391 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL); in dtls1_check_timeout_num()
482 wbio = SSL_get_wbio(s); in DTLSv1_listen()
883 wbio = SSL_get_wbio(s); in dtls1_shutdown()
891 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 1, in dtls1_shutdown()
897 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN, 0, NULL); in dtls1_shutdown()
906 s->d1->link_mtu - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_query_mtu()
914 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); in dtls1_query_mtu()
923 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, in dtls1_query_mtu()
940 return dtls1_link_min_mtu() - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_min_mtu()
H A Dssl_lib.c1317 if (rbio == SSL_get_rbio(s) && wbio == SSL_get_wbio(s)) in SSL_set_bio()
1339 if (wbio == SSL_get_wbio(s) && SSL_get_rbio(s) != SSL_get_wbio(s)) { in SSL_set_bio()
1354 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio() function
1388 b = SSL_get_wbio(s); in SSL_get_wfd()
1455 BIO *wbio = SSL_get_wbio(s); in SSL_set_rfd()
4744 b = SSL_get_wbio(ssl); in SSL_set_record_padding_callback()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c341 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in state_machine()
346 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in state_machine()
418 if (!SSL_IS_DTLS(s) || !BIO_dgram_is_sctp(SSL_get_wbio(s))) in state_machine()
475 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in state_machine()
480 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE, in state_machine()
H A Dstatem_clnt.c694 if (BIO_dgram_is_sctp(SSL_get_wbio(s))) { in ossl_statem_client_pre_work()
823 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_client_post_work()
839 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_client_post_work()
1688 BIO_ctrl(SSL_get_wbio(s), in tls_process_server_hello()
3390 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_client_key_exchange_post_work()
H A Dstatem_srvr.c718 if (SSL_IS_DTLS(s) && BIO_dgram_is_sctp(SSL_get_wbio(s))) { in ossl_statem_server_pre_work()
877 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in ossl_statem_server_post_work()
923 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_server_post_work()
952 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY, in ossl_statem_server_post_work()
3378 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY, in tls_post_process_client_key_exchange()
H A Dstatem_dtls.c247 if (retry && BIO_ctrl(SSL_get_wbio(s), in dtls1_do_write()
1018 ret = BIO_dgram_sctp_wait_for_dry(SSL_get_wbio(s)); in dtls_wait_for_dry()
H A Dstatem_lib.c776 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD, 1, NULL); in tls_process_change_cipher_spec()
1057 || BIO_dgram_is_sctp(SSL_get_wbio(s)) in tls_finish_handshake()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c555 wbio = SSL_get_wbio(bev_ssl->ssl); in init_bio_counts()
564 unsigned long num_w = BIO_number_written(SSL_get_wbio(bev_ssl->ssl)); in decrement_buckets()
1236 BIO *bio = SSL_get_wbio(bev_ssl->ssl); in be_openssl_destruct()
1448 BIO *bio = SSL_get_wbio(ssl); in bufferevent_openssl_socket_new()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c555 wbio = SSL_get_wbio(bev_ssl->ssl); in init_bio_counts()
564 unsigned long num_w = BIO_number_written(SSL_get_wbio(bev_ssl->ssl)); in decrement_buckets()
1236 BIO *bio = SSL_get_wbio(bev_ssl->ssl); in be_openssl_destruct()
1448 BIO *bio = SSL_get_wbio(ssl); in bufferevent_openssl_socket_new()
/freebsd/secure/lib/libssl/
H A DVersion.map298 SSL_get_wbio;
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c725 ret = BIO_get_ktls_send(SSL_get_wbio(ssl)); in rpctls_connect()
/freebsd/crypto/openssl/apps/
H A Ds_server.c2661 BIO_write(SSL_get_wbio(con), str, sizeof(str) -1); in sv_body()
2868 wbio = SSL_get_wbio(con); in init_ssl_connection()
3029 if (BIO_get_ktls_send(SSL_get_wbio(con))) in print_connection_info()
3390 if (use_sendfile_for_req && !BIO_get_ktls_send(SSL_get_wbio(con))) { in www_body()
H A Ds_client.c3233 BIO_number_written(SSL_get_wbio(s))); in print_stuff()
3258 if (BIO_get_ktls_send(SSL_get_wbio(s))) in print_stuff()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c878 ret = BIO_get_ktls_send(SSL_get_wbio(ssl)); in rpctls_server()
/freebsd/crypto/openssl/util/
H A Dlibssl.num349 SSL_get_wbio 350 3_0_0 EXIST::FUNCTION:
/freebsd/contrib/unbound/util/
H A Dnetevent.c1368 BIO_set_callback_ex(SSL_get_wbio(ssl), &win_bio_cb);
1370 BIO_set_callback(SSL_get_wbio(ssl), &win_bio_cb);
1372 BIO_set_callback_arg(SSL_get_wbio(ssl), (char*)c->ev->ev);
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1649 __owur BIO *SSL_get_wbio(const SSL *s);
H A Dssl.h.in1577 __owur BIO *SSL_get_wbio(const SSL *s);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4099 MLINKS+= SSL_get_rbio.3 SSL_get_wbio.3