/third_party/openssl/ssl/record/ |
D | ssl3_record_tls13.c | 25 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()
|
D | ssl3_record.c | 846 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/ |
D | README.md | 35 [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/ |
D | http2-interop-test-descriptions.md | 11 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.
|
D | keepalive.md | 3 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/ |
D | untypedModuleImport_noImplicitAny_typesForPackageExist.errors.txt | 2 …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…
|
D | jsDeclarationsNestedParams.types | 6 * Cancels the request, sending a cancellation to the other party 22 * Cancels the request, sending a cancellation to the other party
|
D | jsDeclarationsNestedParams.symbols | 6 * 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/ |
D | README | 11 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/ |
D | tls13_enc.c | 360 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/ |
D | statem.c | 200 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.qbk | 41 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/ |
D | 3_websocket_zaphoyd.qbk | 274 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/ |
D | false-start.d | 8 where a TLS client will start sending application data before verifying the
|
D | location-trusted.d | 7 Like --location, but will allow sending the name + password to all hosts that
|
D | keepalive-time.d | 7 This option sets the time a connection needs to remain idle before sending
|
D | mail-rcpt-allowfails.d | 7 When sending data to multiple recipients, by default curl will abort SMTP
|
/third_party/typescript/doc/wiki/ |
D | README.md | 5 To contribute by filing an issue or sending a pull request, [visit the wiki repository](https://git…
|
/third_party/openssl/doc/man3/ |
D | SSL_key_update.pod | 27 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/ |
D | CONTRIBUTING.md | 5 before sending pull requests. For any code changes to be
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | TODO | 2 - ffmpeg mpeg4 decoder gives error message when sending only the config
|
/third_party/libnl/doc/ |
D | index.txt | 9 Socket handling, sending and receiving, message construction and parsing, ...
|
/third_party/libwebsockets/minimal-examples/api-tests/ |
D | README.md | 11 api-test-smtp_client|SMTP client for sending emails
|
/third_party/gettext/ |
D | README-alpha | 3 When sending a bug report about this release to a GNU mailing list or
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultifdsink.c | 694 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()
|