Home
last modified time | relevance | path

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

12345678

/freebsd/crypto/openssl/ssl/record/
H A Dssl3_record_tls13.c23 int tls13_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending, in tls13_enc() argument
43 if (sending) { in tls13_enc()
100 if (sending && EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_TAG, taglen, in tls13_enc()
114 if (!sending) { in tls13_enc()
146 if (EVP_CipherInit_ex(ctx, NULL, NULL, NULL, iv, sending) <= 0 in tls13_enc()
147 || (!sending && EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_SET_TAG, in tls13_enc()
182 if (sending) { in tls13_enc()
H A Dssl3_record.c879 if (sending) { in ssl3_enc()
922 if (!sending) { in ssl3_enc()
963 if (!sending) in ssl3_enc()
1007 if (sending) { in tls1_enc()
1120 if (sending) { in tls1_enc()
1146 if (!sending) { in tls1_enc()
1215 if (!sending) { in tls1_enc()
1261 if (!sending) { in tls1_enc()
1332 if (sending) { in n_ssl3_mac()
1348 if (!sending in n_ssl3_mac()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Drs485.yaml23 milliseconds. It corresponds to the delay before sending data.
27 It corresponds to the delay after sending data and actual release
33 description: drive RTS high when sending (this is the default).
37 description: drive RTS low when sending (default is high).
51 description: enables the receiving of data even while sending data.
H A Domap_serial.txt26 - rs485-rts-active-high: drive RTS high when sending (default is low).
/freebsd/usr.bin/chat/
H A Dchat.c166 char *clean(char *s, int sending);
553 clean(char *s, int sending) in clean() argument
557 int add_return = sending; in clean()
584 if (sending) { in clean()
597 if (sending && *s == '\0') in clean()
607 if (sending) in clean()
614 if (sending && phone_num) { in clean()
625 if (sending && phone_num2) { in clean()
656 if (sending) { in clean()
676 if (cur_chr != 0 || sending) { in clean()
[all …]
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c333 static int derive_secret_key_and_iv(SSL *s, int sending, const EVP_MD *md, in derive_secret_key_and_iv() argument
391 if (EVP_CipherInit_ex(ciph_ctx, ciph, NULL, NULL, NULL, sending) <= 0 in derive_secret_key_and_iv()
757 int tls13_update_key(SSL *s, int sending) in tls13_update_key() argument
779 if (s->server == sending) in tls13_update_key()
784 if (sending) { in tls13_update_key()
795 if (!derive_secret_key_and_iv(s, sending, md, in tls13_update_key()
807 log_label = s->server == sending ? SERVER_APPLICATION_N_LABEL : CLIENT_APPLICATION_N_LABEL; in tls13_update_key()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c215 void ossl_statem_check_finish_init(SSL *s, int sending) in ossl_statem_check_finish_init() argument
217 if (sending == -1) { in ossl_statem_check_finish_init()
230 if ((sending && (s->statem.hand_state == TLS_ST_PENDING_EARLY_DATA_END in ossl_statem_check_finish_init()
233 || (!sending && s->statem.hand_state == TLS_ST_EARLY_DATA)) { in ossl_statem_check_finish_init()
239 if (sending && s->early_data_state == SSL_EARLY_DATA_WRITE_RETRY) in ossl_statem_check_finish_init()
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dsata_highbank.yaml33 sending an SGPIO pattern.
39 sending an SGPIO pattern.
/freebsd/crypto/heimdal/appl/telnet/
H A Dtelnet.state3 (You need the localside, sending WILL/WONT & receiving DO/DONT, and
4 the remoteside, sending DO/DONT and receiving WILL/WONT)
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/
H A Ddevantech-srf04.yaml14 - trigger-gpio is raised by the driver to start sending out an ultrasonic
16 - echo-gpio is held high by the sensor after sending ultrasonic burst
/freebsd/crypto/openssl/doc/man3/
H A 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
H A DSSL_get0_peer_scts.pod25 capable of sending.
H A DSSL_read_early_data.pod21 - functions for sending and receiving early data
73 When a server receives early data it may opt to immediately respond by sending
246 The whole purpose of early data is to enable a client to start sending data to
278 connection while sending early data may want to retry the connection without
279 sending early data as this does not happen automatically. A client will have to
281 connection again but without sending early data. Note that it is inadvisable to
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-vip.yaml29 Port sending the video stream to the VI
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dariel-pwrbutton.yaml14 SPI bus that is capable of sending keyboard and mouse data. A single
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Damlogic,meson-ir-tx.yaml16 sending IR signals with arbitrary carrier frequency and duty cycle.
H A Dti,j721e-csi2rx-shim.yaml11 enables sending captured frames to memory over PSI-L DMA. In the J721E
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y58 send_t sending; variable
1217 ifp = sending.snd_if; in prep_packet()
1224 gwip = sending.snd_gw; in prep_packet()
1380 sending.snd_if = iflist; in reset_send()
1381 sending.snd_gw = defrouter; in reset_send()
1392 sending.snd_if = ifp; in set_sendif()
1402 sending.snd_gw = getipv4addr(*arg); in set_sendvia()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dhi3660-clock.txt25 - mboxes: Phandle to the mailbox for sending message to MCU.
/freebsd/usr.bin/msgs/
H A Dmsgs.c112 static bool sending = false; variable
341 sending = true; in main()
670 if (sending) { in onintr()
/freebsd/contrib/sendmail/contrib/
H A Dmh.patch24 sending EHLO/HELO and just go deliver the mail.
32 same system as the sendmail you're sending to is running on.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-version.pod.in84 The output of C<openssl version -a> would typically be used when sending
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dmediatek,mtk-wdt.yaml55 description: Disable sending output reset signal
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd.yaml16 sending data between the various subsystems in Qualcomm platforms.
/freebsd/sbin/init/
H A DNOTES38 was responsible for sending SIGHUP to the foreground process
42 kernel is also responsible for sending SIGCONT to stopped

12345678