Searched refs:flight (Results 1 – 25 of 32) sorted by relevance
12
/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, 418 sub flight subroutine [all …]
|
H A D | Proxy.pm | 129 flight => -1, 152 $self->{flight} = -1; 510 $self->{flight} = $self->{flight} + 1; 515 print "Processing flight ".$self->flight."\n"; 519 my @ret = TLSProxy::Record->get_records($server, $self->flight, 573 sub flight subroutine 576 return $self->{flight};
|
/openssl/test/recipes/ |
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_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; 127 return if ($proxy->flight != $flight);
|
H A D | 70-test_sslrecords.t | 349 if ($proxy->flight != 0) { 394 if ($proxy->flight != 0) { 450 if ($proxy->flight != 0) { 598 if ($proxy->flight == 0) { 601 } elsif ($proxy->flight != 1 || $added_record) { 638 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) { 653 if ($proxy->flight != 1) { 670 if ($proxy->flight != 3) { 690 if ($proxy->flight != 1) { 713 if ($proxy->flight != 1) {
|
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_sslsigalgs.t | 331 if ($proxy->flight != 0) { 365 return if ($proxy->flight != 0); 422 if ($proxy->flight != 0) { 458 if ($proxy->flight != 1) { 476 if ($proxy->flight != 0) {
|
H A D | 70-test_sslcbcpadding.t | 69 if ($proxy->flight == 0) { 114 $proxy->flight,
|
H A D | 70-test_sslversions.t | 128 if ($proxy->flight == 1) { 140 if ($proxy->flight != 0) {
|
H A D | 70-test_key_share.t | 317 if (($direction == CLIENT_TO_SERVER && $proxy->flight != 0 318 && ($proxy->flight != 1 || $testtype != NO_KEY_SHARES_IN_HRR)) 319 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) {
|
H A D | 70-test_renegotiation.t | 187 if ($proxy->flight != 0) { 207 if ($proxy->flight != 0) {
|
H A D | 70-test_tls13alerts.t | 48 if ($proxy->flight != 1) {
|
H A D | 70-test_sslcertstatus.t | 52 if ($proxy->flight != 1) {
|
H A D | 70-test_sslskewith0p.t | 53 if ($proxy->flight != 1) {
|
H A D | 70-test_npn.t | 62 return if $proxy->flight != 2;
|
H A D | 70-test_certtypeext.t | 80 return if $proxy->flight != 0;
|
H A D | 70-test_sslvertol.t | 111 if ($proxy->flight != 0) {
|
H A D | 70-test_tls13downgrade.t | 99 if ($proxy->flight != 0) {
|
H A D | 70-test_comp.t | 189 return if $proxy->flight != 0;
|
H A D | 70-test_sslsessiontick.t | 201 if ($proxy->flight != 1) {
|
/openssl/doc/designs/quic-design/ |
H A D | glossary.md | 4 **ACKM:** ACK Manager. Responsible for tracking packets in flight and generating 25 the CFQ strategy for frame in flight management. For details, see FIFM 61 **FIFD:** Frame-in-flight dispatcher. Ties together the CFQ and TXPIM to handle 64 **FIFM:** Frame-in-flight manager. Tracks frames in flight until their
|
H A D | quic-connID-retire.md | 27 * ensuring only one retire connection ID frame is in flight
|
H A D | quic-overview.md | 27 The frame in flight manager manages the queueing of frames which may need to be
|
Completed in 26 milliseconds
12