HomeSort by: relevance | last modified time | path
    Searched refs:flight (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
70-test_sslextension.t 57 if ($proxy->flight == 1) {
67 if ($proxy->flight != 0) {
106 if ($proxy->flight == 0) {
120 if ($proxy->flight == 0) {
122 } elsif ($proxy->flight == 1) {
137 if ($proxy->flight == 0) {
143 if ($proxy->flight != 1) {
183 if ($proxy->flight != 0) {
70-test_tls13psk.t 111 my $flight;
115 $flight = 0;
117 $flight = 2;
121 return if $proxy->flight != $flight;
147 return if $proxy->flight != 0;
70-test_sslsignature.t 114 my $flight;
120 $flight = 1;
122 $flight = 2;
125 # We're only interested in the initial server flight
126 return if ($proxy->flight != $flight);
70-test_tls13hrr.t 81 if ($proxy->flight != 1) {
98 if ($proxy->flight == 4) {
103 if ($proxy->flight != 3) {
109 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
129 if ($proxy->flight != 0) {
70-test_comp.t 88 my $flight;
93 return if $proxy->flight != 0;
70-test_tls13alerts.t 50 if ($proxy->flight != 1) {
70-test_tls13cookie.t 68 return if ($proxy->flight > 2);
78 && ${$message->records}[0]->flight == 1) {
84 if (${$message->records}[0]->flight == 0) {
  /src/crypto/external/apache2/openssl/dist/test/recipes/
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;
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) {
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);
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) {
70-test_tls13alerts.t 48 if ($proxy->flight != 1) {
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) {
70-test_tls13cookie.t 76 return if ($proxy->flight > 2);
86 && ${$message->records}[0]->flight == 1) {
92 if (${$message->records}[0]->flight == 0) {
70-test_npn.t 61 # The NextProto message always appears in flight 2
62 return if $proxy->flight != 2;
  /src/crypto/external/bsd/openssl/dist/test/recipes/
70-test_tls13psk.t 118 my $flight;
122 $flight = 0;
124 $flight = 2;
128 return if $proxy->flight != $flight;
154 return if $proxy->flight != 0;
70-test_sslsignature.t 116 my $flight;
122 $flight = 1;
124 $flight = 2;
127 # We're only interested in the initial server flight
128 return if ($proxy->flight != $flight);
70-test_tls13hrr.t 108 if ($proxy->flight != 1) {
125 if ($proxy->flight == 4) {
130 if ($proxy->flight != 3) {
136 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
155 if ($proxy->flight != 0) {
70-test_sslextension.t 57 if ($proxy->flight == 1) {
67 if ($proxy->flight != 0) {
106 if ($proxy->flight == 0) {
120 if ($proxy->flight == 0) {
122 } elsif ($proxy->flight == 1) {
137 if ($proxy->flight == 0) {
143 if ($proxy->flight != 1) {
183 if ($proxy->flight != 0) {
70-test_comp.t 88 my $flight;
93 return if $proxy->flight != 0;
70-test_tls13alerts.t 50 if ($proxy->flight != 1) {
70-test_tls13cookie.t 78 return if ($proxy->flight > 2);
88 && ${$message->records}[0]->flight == 1) {
94 if (${$message->records}[0]->flight == 0) {
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
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...]
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Record.pm 61 my $flight = shift;
88 $flight,
167 my ($flight,
178 flight => $flight,
232 #A TLS1.3 client, when processing the server's initial flight, could
280 if ($self->{sent} || ($self->flight & 1) != $server) {
303 sub flight subroutine
306 return $self->{flight};
394 if (($self->{flight} & 1) == $serve
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Record.pm 61 my $flight = shift;
88 $flight,
167 my ($flight,
178 flight => $flight,
232 #A TLS1.3 client, when processing the server's initial flight, could
280 if ($self->{sent} || ($self->flight & 1) != $server) {
303 sub flight subroutine
306 return $self->{flight};
394 if (($self->{flight} & 1) == $serve
    [all...]

Completed in 30 milliseconds

1 2 3