Home
last modified time | relevance | path

Searched refs:flight (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DRecord.pm66 my $flight = shift;
118 $flight,
132 $flight,
212 my ($flight,
224 $flight,
240 my ($flight,
251 $flight,
268 $flight,
282 flight => $flight,
386 if ($self->{sent} || ($self->flight & 1) != $server) {
[all …]
H A DProxy.pm187 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/crypto/openssl/test/recipes/
H A D70-test_tls13hrr.t121 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 D70-test_sslextension.t56 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 D70-test_tls13psk.t116 my $flight;
120 $flight = 0;
122 $flight = 2;
126 return if $proxy->flight != $flight;
152 return if $proxy->flight != 0;
H A D70-test_sslsignature.t115 my $flight;
121 $flight = 1;
123 $flight = 2;
127 return if ($proxy->flight != $flight);
H A D70-test_sslrecords.t358 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) {
722 if ($proxy->flight != 1) {
[all …]
H A D70-test_tls13downgrade.t138 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 D70-test_tls13cookie.t76 return if ($proxy->flight > 2);
86 && ${$message->records}[0]->flight == 1) {
92 if (${$message->records}[0]->flight == 0) {
H A D70-test_sslsigalgs.t363 if ($proxy->flight != 0) {
397 return if ($proxy->flight != 0);
454 if ($proxy->flight != 0) {
490 if ($proxy->flight != 1) {
512 if ($proxy->flight != 0) {
H A D70-test_sslcbcpadding.t69 if ($proxy->flight == 0) {
114 $proxy->flight,
H A D70-test_sslversions.t128 if ($proxy->flight == 1) {
140 if ($proxy->flight != 0) {
H A D70-test_key_share.t317 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 D70-test_renegotiation.t188 if ($proxy->flight != 0) {
208 if ($proxy->flight != 0) {
H A D70-test_tls13alerts.t48 if ($proxy->flight != 1) {
H A D70-test_sslskewith0p.t53 if ($proxy->flight != 1) {
H A D70-test_sslcertstatus.t52 if ($proxy->flight != 1) {
H A D70-test_npn.t62 return if $proxy->flight != 2;
H A D70-test_certtypeext.t80 return if $proxy->flight != 0;
H A D70-test_sslvertol.t111 if ($proxy->flight != 0) {
H A D70-test_comp.t189 return if $proxy->flight != 0;
H A D70-test_sslsessiontick.t201 if ($proxy->flight != 1) {
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dqat_transport.c296 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/sys/contrib/device-tree/Bindings/iio/light/
H A Drenesas,isl29501.txt1 * ISL29501 Time-of-flight sensor.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md4 **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

123