| /freebsd/crypto/openssl/test/ |
| H A D | dtlstest.c | 508 /* Send flight 1: ClientHello */ in test_swap_records() 512 /* Recv flight 1, send flight 2: ServerHello, Certificate, ServerHelloDone */ in test_swap_records() 516 /* Recv flight 2, send flight 3: ClientKeyExchange, CCS, Finished */ in test_swap_records() 528 /* Recv flight 3, send flight 4: datagram 0(NST, CCS) datagram 1(Finished) */ in test_swap_records() 532 /* Send flight 4 (cont'd): datagram 2(app data) */ in test_swap_records() 555 * Recv flight 4 (datagram 1): NST, CCS, + flight 5: app data in test_swap_records() 556 * + flight 4 (datagram 2): Finished in test_swap_records() 575 * Recv flight 5 (app data) in test_swap_records() 621 /* Send flight 1: ClientHello */ in test_duplicate_app_data() 625 /* Recv flight 1, send flight 2: ServerHello, Certificate, ServerHelloDone */ in test_duplicate_app_data() [all …]
|
| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Record.pm | 66 my $flight = shift; 118 $flight, 132 $flight, 212 my ($flight, 224 $flight, 240 my ($flight, 251 $flight, 268 $flight, 282 flight => $flight, 338 #A TLS1.3 client, when processing the server's initial flight, could [all …]
|
| H A D | Proxy.pm | 187 flight => -1, 210 $self->{flight} = -1; 607 $self->{flight} = $self->{flight} + 1; 612 print "Processing flight ".$self->flight."\n"; 616 my @ret = TLSProxy::Record->get_records($server, $self->flight, 670 sub flight subroutine 673 return $self->{flight};
|
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
| H A D | lac_sym_partial.h | 16 * <b>Partials In Flight</b>\n 22 * Maintain a SpinLock for partials in flight per session. Try and acquire this 24 * as there is already a partial in flight. There is no blocking in the data 27 * By preventing any other partials from coming in while a partial is in flight 34 * partial. By only allowing one partial packet to be in flight, there is no 41 * flight per session, therefore a partial packet request for ECB mode must 58 * PARTIAL. The SpinLock for partial packets in flight for the session can be 91 * flight and then if the partial state is correct 111 * longer a partial packet in flight for the session
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_sslextension.t | 56 if ($proxy->flight == 1) { 66 if ($proxy->flight != 0) { 105 if ($proxy->flight == 0) { 119 if ($proxy->flight == 0) { 121 } elsif ($proxy->flight == 1) { 136 if ($proxy->flight == 0) { 142 if ($proxy->flight != 1) { 182 if ($proxy->flight != 0) {
|
| H A D | 70-test_tls13psk.t | 116 my $flight; 120 $flight = 0; 122 $flight = 2; 126 return if $proxy->flight != $flight; 152 return if $proxy->flight != 0;
|
| H A D | 70-test_sslsignature.t | 115 my $flight; 121 $flight = 1; 123 $flight = 2; 126 # We're only interested in the initial server flight 127 return if ($proxy->flight != $flight);
|
| H A D | 70-test_tls13hrr.t | 121 if ($proxy->flight != 1) { 137 if ($proxy->flight == 2) { 144 if ($proxy->flight != 1) { 157 if ($proxy->flight == 4) { 162 if ($proxy->flight != 3) { 168 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) { 187 if ($proxy->flight != 0) {
|
| H A D | 70-test_sslrecords.t | 358 if ($proxy->flight != 0) { 403 if ($proxy->flight != 0) { 459 if ($proxy->flight != 0) { 607 if ($proxy->flight == 0) { 610 } elsif ($proxy->flight != 1 || $added_record) { 647 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) { 662 if ($proxy->flight != 1) { 679 if ($proxy->flight != 3) { 699 if ($proxy->flight != 1) { 721 #Find server's first flight [all …]
|
| H A D | 70-test_tls13downgrade.t | 138 if ($proxy->flight > 1) { 142 my $message = ${$proxy->message_list}[$proxy->flight]; 145 if ($proxy->flight == 1 && defined($message)) { 159 if ($proxy->flight == 0) {
|
| H A D | 70-test_tls13cookie.t | 76 return if ($proxy->flight > 2); 86 && ${$message->records}[0]->flight == 1) { 92 if (${$message->records}[0]->flight == 0) {
|
| H A D | 70-test_sslskewith0p.t | 52 # We're only interested in the SKE - always in flight 1 53 if ($proxy->flight != 1) {
|
| H A D | 70-test_npn.t | 61 # The NextProto message always appears in flight 2 62 return if $proxy->flight != 2;
|
| H A D | 70-test_sslcbcpadding.t | 69 if ($proxy->flight == 0) { 114 $proxy->flight,
|
| /freebsd/sys/dev/qat/qat_api/qat_kernel/src/ |
| H A D | qat_transport.c | 296 Cpa64U flight; in icp_adf_getQueueMemory() local 301 flight = atomic_add_return(numberRequests, ring->inflights); in icp_adf_getQueueMemory() 302 if (flight > ADF_MAX_INFLIGHTS(ring->ring_size, ring->msg_size)) { in icp_adf_getQueueMemory() 322 Cpa64U flight; in icp_adf_getSingleQueueAddr() local 328 flight = atomic_add_return(1, ring->inflights); in icp_adf_getSingleQueueAddr() 329 if (flight > ADF_MAX_INFLIGHTS(ring->ring_size, ring->msg_size)) { in icp_adf_getSingleQueueAddr()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_ackm.h | 87 * 1 if the packet is in flight. A packet is considered 'in flight' if it is 88 * counted for purposes of congestion control and 'bytes in flight' counts. 89 * Most packets are considered in flight. The only circumstance where a 90 * numbered packet is not considered in flight is if it contains only ACK 169 * ACKM if you want in-flight packets to have their discarded callbacks called.
|
| /freebsd/sys/netinet/ |
| H A D | sctp_kdtrace.c | 71 "uint64_t", /* flight */ 79 "uint64_t", /* flight */ 149 /* flight probe - tracks changes in the flight size on a net or assoc */ 162 /* The total flight version */
|
| H A D | sctp_kdtrace.h | 78 /* One to track a net's flight size */ 80 /* One to track an associations flight size */
|
| /freebsd/sys/dev/qat/qat_api/include/ |
| H A D | icp_sal_user.h | 671 * Retrieve number of in flight requests for a nrbg tx ring 693 * @param[out] maxInflightRequests Maximal number of in flight requests. 694 * @param[out] numInflightRequests Current number of in flight requests. 713 * Retrieve number of in flight requests for a symmetric tx ring 735 * @param[out] maxInflightRequests Maximal number of in flight requests. 736 * @param[out] numInflightRequests Current number of in flight requests. 755 * Retrieve number of in flight requests for an asymmetric tx ring 776 * @param[out] maxInflightRequests Maximal number of in flight requests. 777 * @param[out] numInflightRequests Current number of in flight requests. 796 * Retrieve number of in flight requests for a symmetric tx ring [all …]
|
| /freebsd/sys/dev/mana/ |
| H A D | hw_channel.h | 137 /* hwc_dma_buf represents the array of in-flight WQEs. 139 * in-flight WQEs. 140 * The number of WQEs is determined by the number of in-flight messages.
|
| /freebsd/share/man/man4/ |
| H A D | dtrace_sctp.4 | 73 probe tracks changes in the flight size on a net or assoc and the 75 probe provides the total flight version. 102 .Dv flight ,
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | glossary.md | 4 **ACKM:** ACK Manager. Responsible for tracking packets in flight and generating 25 GCR strategy for frame in flight management. For details, see FIFM design 66 **FIFD:** Frame-in-flight dispatcher. Ties together the CFQ and TXPIM to handle 69 **FIFM:** Frame-in-flight manager. Tracks frames in flight until their
|
| H A D | quic-fifm.md | 1 QUIC Frame-in-Flight Management 4 The QUIC frame-in-flight manager is responsible for tracking frames which were 7 packets, whereas the QUIC frame-in-flight manager (FIFM) works on the level of 14 - the Frame-in-Flight Dispatcher (FIFD). 404 The Frame-in-Flight Dispatcher (FIFD)
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | FDRRecords.cpp | 1 //===- FDRRecords.cpp - XRay Flight Data Recorder Mode Records -----------===// 10 // of records we encounter in XRay flight data recorder mode traces.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_iostat/ |
| H A D | zpool_iostat.kshlib | 110 # chunk, so we can close any in-flight state. 118 # switch to `iostat`). It closes any in-flight state as a 219 # in-flight state, then "UNKNOWN", all to help with debugging..
|