Home
last modified time | relevance | path

Searched refs:sending (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/third_party/openssl/ssl/record/
Dssl3_record_tls13.c25 int tls13_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending) in tls13_enc() argument
45 if (sending) { in tls13_enc()
100 if (sending && EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_TAG, taglen, in tls13_enc()
116 if (!sending) { in tls13_enc()
150 if (EVP_CipherInit_ex(ctx, NULL, NULL, NULL, iv, sending) <= 0 in tls13_enc()
151 || (!sending && EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_TAG, in tls13_enc()
184 if (sending) { in tls13_enc()
Dssl3_record.c846 int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int sending) in ssl3_enc() argument
861 if (sending) { in ssl3_enc()
885 if ((bs != 1) && sending) { in ssl3_enc()
899 if (!sending) { in ssl3_enc()
919 if ((bs != 1) && !sending) in ssl3_enc()
937 int tls1_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending) in tls1_enc() argument
954 if (sending) { in tls1_enc()
1037 seq = sending ? RECORD_LAYER_get_write_sequence(&s->rlayer) in tls1_enc()
1044 s2n(sending ? DTLS_RECORD_LAYER_get_w_epoch(&s->rlayer) : in tls1_enc()
1070 if (sending) { in tls1_enc()
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
DREADME.md35 [2021/02/19 11:25:21:1444] U: myss_tx: sending pkt 1
36 [2021/02/19 11:25:21:1945] U: myss_tx: sending pkt 2
37 [2021/02/19 11:25:21:2459] U: myss_tx: sending pkt 3
38 [2021/02/19 11:25:21:2971] U: myss_tx: sending pkt 4
/third_party/grpc/doc/
Dhttp2-interop-test-descriptions.md11 It is responsible for handling requests and sending responses, and also for
77 RST_STREAM immediately after sending headers to the client.
95 1. Server sends a RST_STREAM with error code 0 after sending headers to the client.
103 RST_STREAM halfway through sending data to the client.
121 1. Server sends a RST_STREAM with error code 0 after sending half of
127 RST_STREAM after sending all of the data to the client.
145 1. Server sends a RST_STREAM with error code 0 after sending all of the
176 2. Server sends pings before and after sending headers, also before and after sending data.
Dkeepalive.md3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
19 … to be sent. GRPC Core will not continue sending pings if we run over the limit. Setting it to 0 a…
26 …* This arg controls the maximum number of bad pings that the server will tolerate before sending a…
/third_party/typescript/tests/baselines/reference/
DuntypedModuleImport_noImplicitAny_typesForPackageExist.errors.txt2 …If the 'foo' package actually exposes this module, consider sending a pull request to amend 'https…
6 …If the '@scope/foo' package actually exposes this module, consider sending a pull request to amend…
16 !!! error TS7016: If the 'foo' package actually exposes this module, consider sending a pull requ…
25 !!! error TS7016: If the '@scope/foo' package actually exposes this module, consider sending a pu…
DjsDeclarationsNestedParams.types6 * Cancels the request, sending a cancellation to the other party
22 * Cancels the request, sending a cancellation to the other party
DjsDeclarationsNestedParams.symbols6 * Cancels the request, sending a cancellation to the other party
22 * Cancels the request, sending a cancellation to the other party
/third_party/weston/remoting/
DREADME11 so requires gstreamer-1.0. This plugin starts sending images immediately when
12 weston is run, and keeps sending them until weston shuts down. The image stream
/third_party/openssl/ssl/
Dtls13_enc.c360 static int derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, in derive_secret_key_and_iv() argument
421 if (EVP_CipherInit_ex(ciph_ctx, ciph, NULL, NULL, NULL, sending) <= 0 in derive_secret_key_and_iv()
723 int tls13_update_key(SSL *s, int sending) in tls13_update_key() argument
737 if (s->server == sending) in tls13_update_key()
742 if (sending) { in tls13_update_key()
753 if (!derive_secret_key_and_iv(s, sending, ssl_handshake_md(s), in tls13_update_key()
/third_party/openssl/ssl/statem/
Dstatem.c200 void ossl_statem_check_finish_init(SSL *s, int sending) in ossl_statem_check_finish_init() argument
202 if (sending == -1) { in ossl_statem_check_finish_init()
215 if ((sending && (s->statem.hand_state == TLS_ST_PENDING_EARLY_DATA_END in ossl_statem_check_finish_init()
218 || (!sending && s->statem.hand_state == TLS_ST_EARLY_DATA)) { in ossl_statem_check_finish_init()
224 if (sending && s->early_data_state == SSL_EARLY_DATA_WRITE_RETRY) in ossl_statem_check_finish_init()
/third_party/boost/libs/beast/doc/qbk/05_http_examples/
D_http_examples.qbk41 indicates that the after sending the message header, a client desires an
42 immediate informational response before sending the message body, which
60 indicates that the after sending the message header, a client desires an
61 immediate informational response before sending the message body, which
/third_party/boost/libs/beast/doc/qbk/08_design/
D3_websocket_zaphoyd.qbk274 When sending a message, websocketpp requires that the payload is
280 notified when messages or frames have completed sending.
282 Beast doesn't allocate or make copies of buffers when sending data. The
291 the data finishes sending, in a manner identical to `boost::asio::async_write`.
319 sending it. For example, sending periodic output of a database query
320 running on a coroutine. Or sending the contents of a file in pieces,
404 Beast HTTP interface provides the container and algorithms for sending
/third_party/curl/docs/cmdline-opts/
Dfalse-start.d8 where a TLS client will start sending application data before verifying the
Dlocation-trusted.d7 Like --location, but will allow sending the name + password to all hosts that
Dkeepalive-time.d7 This option sets the time a connection needs to remain idle before sending
Dmail-rcpt-allowfails.d7 When sending data to multiple recipients, by default curl will abort SMTP
/third_party/typescript/doc/wiki/
DREADME.md5 To contribute by filing an issue or sending a pull request, [visit the wiki repository](https://git…
/third_party/openssl/doc/man3/
DSSL_key_update.pod27 the sending keys for this connection will be updated and the peer will be
29 B<SSL_KEY_UPDATE_REQUESTED> then the sending keys for this connection will be
31 peer to additionally update its sending keys. It is an error if B<updatetype> is
/third_party/grpc/third_party/upb/
DCONTRIBUTING.md5 before sending pull requests. For any code changes to be
/third_party/gstreamer/gstplugins_good/gst/rtp/
DTODO2 - ffmpeg mpeg4 decoder gives error message when sending only the config
/third_party/libnl/doc/
Dindex.txt9 Socket handling, sending and receiving, message construction and parsing, ...
/third_party/libwebsockets/minimal-examples/api-tests/
DREADME.md11 api-test-smtp_client|SMTP client for sending emails
/third_party/gettext/
DREADME-alpha3 When sending a bug report about this release to a GNU mailing list or
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.c694 if (!mhclient->sending) { in gst_multi_fd_sink_handle_client_write()
761 if (mhclient->sending) { in gst_multi_fd_sink_handle_client_write()
768 head = GST_BUFFER (mhclient->sending->data); in gst_multi_fd_sink_handle_client_write()
811 mhclient->sending = g_slist_remove (mhclient->sending, head); in gst_multi_fd_sink_handle_client_write()

12345678910>>...29