/freebsd/crypto/openssl/ssl/record/ |
H A D | ssl3_record_tls13.c | 23 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 D | ssl3_record.c | 864 int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int sending, in ssl3_enc() argument 879 if (sending) { in ssl3_enc() 904 if ((bs != 1) && sending && !provided) { in ssl3_enc() 922 if (!sending) { in ssl3_enc() 938 if (!sending && mac != NULL) { in ssl3_enc() 963 if (!sending) in ssl3_enc() 988 int tls1_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending, in tls1_enc() argument 999 int tlstree_enc = sending ? (s->mac_flags & SSL_MAC_FLAG_WRITE_MAC_TLSTREE) in tls1_enc() 1007 if (sending) { in tls1_enc() 1088 seq = sending ? RECORD_LAYER_get_write_sequence(&s->rlayer) in tls1_enc() [all …]
|
H A D | record.h | 228 __owur int tls1_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int sending,
|
/freebsd/usr.bin/chat/ |
H A D | chat.c | 166 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 D | tls13_enc.c | 333 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 D | statem.c | 215 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/crypto/heimdal/appl/telnet/ |
H A D | telnet.state | 3 (You need the localside, sending WILL/WONT & receiving DO/DONT, and 4 the remoteside, sending DO/DONT and receiving WILL/WONT)
|
/freebsd/crypto/openssl/doc/man3/ |
H A 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
|
H A D | SSL_get0_peer_scts.pod | 25 capable of sending.
|
H A D | SSL_read_early_data.pod | 21 - 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
|
H A D | TS_VERIFY_CTX_set_certs.pod | 25 In TSP, when a server is sending a response to a client, the server normally
|
H A D | SSL_set_shutdown.pod | 53 SSL_set_shutdown() can be used to set this state without sending a
|
H A D | BIO_ctrl.pod | 80 sending. Otherwise, it returns zero. 108 sending. Otherwise, it returns zero.
|
H A D | SSL_CTX_set_psk_client_callback.pod | 87 L<SSL_SESSION_set_max_early_data(3)> if the PSK will be used for sending early 103 client is sending the ClientKeyExchange message to the server.
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 58 send_t sending; variable 1218 ifp = sending.snd_if; in prep_packet() 1225 gwip = sending.snd_gw; in prep_packet() 1381 sending.snd_if = iflist; in reset_send() 1382 sending.snd_gw = defrouter; in reset_send() 1393 sending.snd_if = ifp; in set_sendif() 1403 sending.snd_gw = getipv4addr(*arg); in set_sendvia()
|
/freebsd/usr.bin/msgs/ |
H A D | msgs.c | 112 static bool sending = false; variable 341 sending = true; in main() 670 if (sending) { in onintr()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | hi3660-clock.txt | 25 - mboxes: Phandle to the mailbox for sending message to MCU.
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mh.patch | 24 sending EHLO/HELO and just go deliver the mail. 32 same system as the sendmail you're sending to is running on.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-NAN-USD | 128 Subscriber sending a Follow-up message: 136 Publisher sending a Follow-up message:
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-version.pod.in | 84 The output of C<openssl version -a> would typically be used when sending
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | omap_serial.txt | 26 - rs485-rts-active-high: drive RTS high when sending (default is low).
|
/freebsd/sbin/init/ |
H A D | NOTES | 38 was responsible for sending SIGHUP to the foreground process 42 kernel is also responsible for sending SIGCONT to stopped
|
/freebsd/contrib/ee/ |
H A D | ee.msg | 81 70 "sending contents of buffer to \"%s\" " 122 111 "sending contents of edit buffer to 'spell'"
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed.rc | 20 # Name or path of executable responsible for sending notifications via email; 168 # to allow you to authenticate when sending to topics
|
/freebsd/share/examples/netgraph/ |
H A D | ngctl | 57 # supplied by the system. We do this by sending the ksocket node a 162 # By sending a node the ``listhooks'' command using ngctl, we can see
|