| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | extensions.c | 17 static int final_renegotiate(SSL *s, unsigned int context, int sent); 19 static int final_server_name(SSL *s, unsigned int context, int sent); 22 static int final_ec_pt_formats(SSL *s, unsigned int context, int sent); 32 static int final_alpn(SSL *s, unsigned int context, int sent); 48 static int final_ems(SSL *s, unsigned int context, int sent); 51 static int final_key_share(SSL *s, unsigned int context, int sent); 56 static int final_sig_algs(SSL *s, unsigned int context, int sent); 57 static int final_early_data(SSL *s, unsigned int context, int sent); 58 static int final_maxfragmentlen(SSL *s, unsigned int context, int sent); 60 static int final_psk(SSL *s, unsigned int context, int sent); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | test_summary | 34 -o: re-reads logs that have been mailed already (.sum.sent) 41 from the sent.* version are sent. 62 -o) filesuffix=.sent; move=false; : ${mailto=nobody}; shift;; 78 anychange=`diff $file.sent $file 2>/dev/null | 79 if test ! -f $file.sent ||
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | test_summary | 34 -o: re-reads logs that have been mailed already (.sum.sent) 41 from the sent.* version are sent. 62 -o) filesuffix=.sent; move=false; : ${mailto=nobody}; shift;; 78 anychange=`diff $file.sent $file 2>/dev/null | 79 if test ! -f $file.sent ||
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set0_CA_list.pod | 42 The functions described here set and manage the list of CA names that are sent 45 For TLS versions 1.2 and earlier the list of CA names is only sent from the 47 names set is never sent from client to server and the list of CA names retrieved 50 For TLS 1.3 the list of CA names is sent using the B<certificate_authorities> 51 extension and may be sent by a client (in the ClientHello message) or by 55 of CA names that are acceptable to the client will be sent in plaintext to the 65 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when 69 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when 81 SSL_get_client_CA_list returns the list of client CAs sent from the server, if 85 list of CAs sent to the client when requesting a client certificate for [all …]
|
| H A D | SSL_CTX_set_client_cert_cb.pod | 34 will be sent. A negative return value will suspend the handshake and the 44 from the client. A client certificate must only be sent, when the server 49 it will be sent to the server. The TLS standard requires that only a 50 certificate is sent, if it matches the list of acceptable CAs sent by the 54 be sent. 76 thus a standard conforming answer can be sent to the server. For a
|
| H A D | SSL_read_early_data.pod | 59 negotiated. Early data can be sent by the client immediately after its initial 61 Early data can be sent if a session has previously been established with the 67 Early data has weaker security properties than other data sent over an SSL/TLS 74 application data back to the client. Data sent by the server at this stage is 86 will return the maximum number of early data bytes that can be sent. 89 data bytes that can be sent for a session. This would typically be used when 120 A server may choose to ignore early data that has been sent to it. Once the 124 was rejected or SSL_EARLY_DATA_NOT_SENT if no early data was sent. This function 156 first call to SSL_read_early_data() if the client has not sent any early data, 199 amount of early data in bytes that is permitted to be sent on a single [all …]
|
| H A D | SSL_CTX_set_msg_callback.pod | 32 sent, as well as other events that occur during processing. 51 when a protocol message has been sent. 76 The B<SSL> object that received or sent the message. 101 Pseudo content type values may be sent at various points during the processing 108 Used when a record is sent or received. The B<buf> contains the record header 113 Used when an encrypted TLSv1.3 record is sent or received. In encrypted TLSv1.3
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set0_CA_list.pod | 42 The functions described here set and manage the list of CA names that are sent 45 For TLS versions 1.2 and earlier the list of CA names is only sent from the 47 names set is never sent from client to server and the list of CA names retrieved 50 For TLS 1.3 the list of CA names is sent using the B<certificate_authorities> 51 extension and may be sent by a client (in the ClientHello message) or by 55 of CA names that are acceptable to the client will be sent in plaintext to the 65 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when 69 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when 81 SSL_get_client_CA_list returns the list of client CAs sent from the server, if 85 list of CAs sent to the client when requesting a client certificate for [all …]
|
| H A D | SSL_CTX_set_num_tickets.pod | 25 application and set the number of TLSv1.3 session tickets that will be sent to 43 sent. 47 ticket be sent when it is safe to do so. New tickets are only allowed to be 48 sent in this manner after the initial handshake has completed, and only for 53 SSL_new_session_ticket() was called, the ticket can be sent immediately 56 request additional tickets be sent; all such requests are queued and written 60 processed, not that the ticket itself was sent. To be notified when the 61 ticket itself is sent, a new-session callback can be registered with
|
| H A D | SSL_CTX_set_client_cert_cb.pod | 33 will be sent. A negative return value will suspend the handshake and the 43 from the client. A client certificate must only be sent, when the server 48 it will be sent to the server. The TLS standard requires that only a 49 certificate is sent, if it matches the list of acceptable CAs sent by the 53 be sent. 75 thus a standard conforming answer can be sent to the server. For a
|
| H A D | SSL_read_early_data.pod | 59 negotiated. Early data can be sent by the client immediately after its initial 61 Early data can be sent if a session has previously been established with the 67 Early data has weaker security properties than other data sent over an SSL/TLS 74 application data back to the client. Data sent by the server at this stage is 86 will return the maximum number of early data bytes that can be sent. 89 data bytes that can be sent for a session. This would typically be used when 120 A server may choose to ignore early data that has been sent to it. Once the 124 was rejected or SSL_EARLY_DATA_NOT_SENT if no early data was sent. This function 156 first call to SSL_read_early_data() if the client has not sent any early data, 199 amount of early data in bytes that is permitted to be sent on a single [all …]
|
| H A D | SSL_CTX_set_msg_callback.pod | 32 sent, as well as other events that occur during processing. 51 when a protocol message has been sent. 76 The B<SSL> object that received or sent the message. 101 Pseudo content type values may be sent at various points during the processing 108 Used when a record is sent or received. The B<buf> contains the record header 113 Used when an encrypted TLSv1.3 record is sent or received. In encrypted TLSv1.3
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-poll.c | 61 size_t read, sent; member 155 context->sent = 0; in create_connection_context() 188 ASSERT(context->sent == TRANSFER_BYTES); in connection_close_cb() 190 ASSERT(context->sent == 0); in connection_close_cb() 297 if (context->sent < TRANSFER_BYTES && 308 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); 322 context->sent += r; 332 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer); 347 context->sent += r; 349 while (context->sent < TRANSFER_BYTES) { [all …]
|
| /netbsd-src/sbin/dump/ |
| H A D | tape.c | 104 int sent; /* 1 == we've sent this worker requests */ member 288 wp->sent = 1; /* we sent a request, read the response later */ in flushtape() 296 if (wp->sent) { in flushtape() 302 wp->sent = 0; in flushtape() 313 if (workers[i].sent) { in flushtape() 320 workers[i].sent = 0; in flushtape() 369 if (workers[f].sent) { in trewind() 375 workers[f].sent = 0; in trewind() 514 wp->sent = 1; in rollforward() 549 if (wp->sent) { in rollforward() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dnstap.proto | 173 // AUTH_RESPONSE is a DNS response message sent from an authoritative 178 // RESOLVER_QUERY is a DNS query message sent from a resolver to an 189 // CLIENT_QUERY is a DNS query message sent from a client to a DNS 198 // CLIENT_RESPONSE is a DNS response message sent from a DNS server to 203 // FORWARDER_QUERY is a DNS query message sent from a downstream DNS 209 // FORWARDER_RESPONSE is a DNS response message sent from an upstream 214 // STUB_QUERY is a DNS query message sent from a stub resolver to a DNS 218 // STUB_RESPONSE is a DNS response message sent from a DNS server to a 222 // TOOL_QUERY is a DNS query message sent from a DNS software tool to a 235 // UPDATE_RESPONSE is a Dynamic DNS Update response (RFC 2136) sent [all...] |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dnstap.proto | 123 // AUTH_RESPONSE is a DNS response message sent from an authoritative 128 // RESOLVER_QUERY is a DNS query message sent from a resolver to an 139 // CLIENT_QUERY is a DNS query message sent from a client to a DNS 148 // CLIENT_RESPONSE is a DNS response message sent from a DNS server to 153 // FORWARDER_QUERY is a DNS query message sent from a downstream DNS 159 // FORWARDER_RESPONSE is a DNS response message sent from an upstream 164 // STUB_QUERY is a DNS query message sent from a stub resolver to a DNS 168 // STUB_RESPONSE is a DNS response message sent from a DNS server to a 172 // TOOL_QUERY is a DNS query message sent from a DNS software tool to a 185 // UPDATE_RESPONSE is a DNS update response message sent from an [all …]
|
| /netbsd-src/tests/rump/kernspace/ |
| H A D | sendsig.c | 49 bool sent = false; in rumptest_sendsig() local 56 while (!sent) { in rumptest_sendsig() 62 sent = true; in rumptest_sendsig()
|
| /netbsd-src/external/bsd/unbound/dist/dnstap/ |
| H A D | dnstap.proto | 113 // AUTH_RESPONSE is a DNS response message sent from an authoritative 118 // RESOLVER_QUERY is a DNS query message sent from a resolver to an 129 // CLIENT_QUERY is a DNS query message sent from a client to a DNS 138 // CLIENT_RESPONSE is a DNS response message sent from a DNS server to 143 // FORWARDER_QUERY is a DNS query message sent from a downstream DNS 149 // FORWARDER_RESPONSE is a DNS response message sent from an upstream 154 // STUB_QUERY is a DNS query message sent from a stub resolver to a DNS 158 // STUB_RESPONSE is a DNS response message sent from a DNS server to a 190 // The time at which the DNS query message was sent or received, depending 195 // The time at which the DNS query message was sent or received. [all …]
|
| /netbsd-src/external/bsd/nsd/dist/dnstap/ |
| H A D | dnstap.proto | 113 // AUTH_RESPONSE is a DNS response message sent from an authoritative 118 // RESOLVER_QUERY is a DNS query message sent from a resolver to an 129 // CLIENT_QUERY is a DNS query message sent from a client to a DNS 138 // CLIENT_RESPONSE is a DNS response message sent from a DNS server to 143 // FORWARDER_QUERY is a DNS query message sent from a downstream DNS 149 // FORWARDER_RESPONSE is a DNS response message sent from an upstream 154 // STUB_QUERY is a DNS query message sent from a stub resolver to a DNS 158 // STUB_RESPONSE is a DNS response message sent from a DNS server to a 190 // The time at which the DNS query message was sent or received, depending 195 // The time at which the DNS query message was sent or received. [all …]
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_timer.c | 114 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue() 120 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue() 458 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { in sctp_mark_all_for_resend() 517 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend() 539 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend() 569 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend() 618 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend() 619 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend() 661 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend() 952 if (cookie->sent != SCTP_DATAGRAM_RESEND) { in sctp_cookie_timer() [all …]
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | xfrd-tcp.c | 1019 ssize_t sent; in conn_write_ssl() local 1026 sent = SSL_write(ssl, (const char*)&sendlen + tcp->total_bytes, in conn_write_ssl() 1028 switch(SSL_get_error(ssl,sent)) { in conn_write_ssl() 1035 if(sent == -1) { in conn_write_ssl() 1044 tcp->total_bytes += sent; in conn_write_ssl() 1045 if(sent > (ssize_t)sizeof(tcp->msglen)) in conn_write_ssl() 1046 buffer_skip(tcp->packet, sent-sizeof(tcp->msglen)); in conn_write_ssl() 1058 sent = SSL_write(ssl, buffer_current(tcp->packet), request_length); in conn_write_ssl() 1059 switch(SSL_get_error(ssl,sent)) { in conn_write_ssl() 1065 if(sent == -1) { in conn_write_ssl() [all …]
|
| /netbsd-src/tests/net/icmp/ |
| H A D | t_ping.c | 283 int sent, succ, i; in ATF_TC_BODY() local 302 succ = sent = 0; in ATF_TC_BODY() 306 sent++; in ATF_TC_BODY() 312 sent++; in ATF_TC_BODY() 318 sent++; in ATF_TC_BODY() 322 printf("got %d/%d\n", succ, sent); in ATF_TC_BODY()
|
| /netbsd-src/sys/dev/iscsi/ |
| H A D | iscsi_text.c | 1037 bool sent = (state->kflags[key] & NS_SENT) != 0; in eval_parameter() local 1065 if (!sent) in eval_parameter() 1071 if (!sent) in eval_parameter() 1077 if (!sent) in eval_parameter() 1083 if (!sent) in eval_parameter() 1089 if (!sent) in eval_parameter() 1104 if (!sent) in eval_parameter() 1110 if (!sent) in eval_parameter() 1120 if (!sent) in eval_parameter() 1126 if (!sent) in eval_parameter() [all …]
|
| /netbsd-src/external/bsd/ipf/dist/ipsend/ |
| H A D | ip.c | 166 int i, sent = 0, ts, hlen, olen; local 212 if ((sent + (mtu - hlen)) >= iplen) 215 ts = iplen - sent; 220 ip->ip_off |= htons(sent >> 3); 226 bcopy(s + sent, ipbuf + sizeof(*eh) + hlen, ts - hlen); 230 sent += (ts - hlen);
|
| /netbsd-src/external/bsd/libfido2/dist/src/ |
| H A D | io.c | 125 size_t n, sent; in tx() local 127 if ((sent = tx_preamble(d, cmd, buf, count, ms)) == 0) { in tx() 132 for (uint8_t seq = 0; sent < count; sent += n) { in tx() 137 if ((n = tx_frame(d, seq++, buf + sent, count - sent, in tx()
|