/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Record.pm | 61 my $flight = shift; 88 $flight, 167 my ($flight, 178 flight => $flight, 280 if ($self->{sent} || ($self->flight & 1) != $server) { 303 sub flight subroutine 306 return $self->{flight}; 394 if (($self->{flight} & 1) == $server
|
H A D | Proxy.pm | 105 flight => -1, 151 $self->{flight} = -1; 482 $self->{flight} = $self->{flight} + 1; 487 print "Processing flight ".$self->flight."\n"; 491 my @ret = TLSProxy::Record->get_records($server, $self->flight, 543 sub flight subroutine 546 return $self->{flight};
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 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) {
|
H A D | 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;
|
H A D | 70-test_sslsignature.t | 116 my $flight; 122 $flight = 1; 124 $flight = 2; 128 return if ($proxy->flight != $flight);
|
H A D | 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) {
|
H A D | 70-test_sslrecords.t | 260 if ($proxy->flight != 0) { 288 if ($proxy->flight != 0) { 344 if ($proxy->flight != 0) { 491 if ($proxy->flight == 0) { 494 } elsif ($proxy->flight != 1 || $added_record) { 513 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) { 528 if ($proxy->flight != 1) { 545 if ($proxy->flight != 1) { 568 if ($proxy->flight != 1) {
|
H A D | 70-test_tls13cookie.t | 78 return if ($proxy->flight > 2); 88 && ${$message->records}[0]->flight == 1) { 94 if (${$message->records}[0]->flight == 0) {
|
H A D | 70-test_sslsigalgs.t | 332 if ($proxy->flight != 0) { 366 return if ($proxy->flight != 0); 423 if ($proxy->flight != 0) { 459 if ($proxy->flight != 1) { 477 if ($proxy->flight != 0) {
|
H A D | 70-test_comp.t | 88 my $flight; 93 return if $proxy->flight != 0;
|
H A D | 70-test_sslcbcpadding.t | 70 if ($proxy->flight == 0) { 115 $proxy->flight,
|
H A D | 70-test_sslversions.t | 130 if ($proxy->flight == 1) { 142 if ($proxy->flight != 0) {
|
H A D | 70-test_key_share.t | 315 if (($direction == CLIENT_TO_SERVER && $proxy->flight != 0 316 && ($proxy->flight != 1 || $testtype != NO_KEY_SHARES_IN_HRR)) 317 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) {
|
H A D | 70-test_tls13alerts.t | 50 if ($proxy->flight != 1) {
|
H A D | 70-test_sslskewith0p.t | 54 if ($proxy->flight != 1) {
|
H A D | 70-test_sslcertstatus.t | 53 if ($proxy->flight != 1) {
|
H A D | 70-test_npn.t | 62 return if $proxy->flight != 2;
|
H A D | 70-test_sslvertol.t | 112 if ($proxy->flight != 0) {
|
H A D | 70-test_tls13downgrade.t | 101 if ($proxy->flight != 0) {
|
H A D | 70-test_renegotiation.t | 118 if ($proxy->flight != 0) {
|
H A D | 70-test_sslsessiontick.t | 203 if ($proxy->flight != 1) {
|
H A D | 70-test_tls13kexmodes.t | 334 return if ($proxy->flight != 0);
|
/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/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | renesas,isl29501.txt | 1 * ISL29501 Time-of-flight sensor.
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 3659 uint32_t flight; in bbr_ack_received() local 3668 flight = ctf_flight_size(tp, in bbr_ack_received() 3670 bbr_log_type_cwndupd(bbr, flight, 0, in bbr_ack_received() 3684 if ((flight + bytes_this_ack) > cwnd) in bbr_ack_received() 3685 cwnd = flight + bytes_this_ack; in bbr_ack_received() 3754 uint32_t flight; in bbr_post_recovery() local 3788 flight = ctf_flight_size(tp, in bbr_post_recovery() 3839 acks_inflight = (flight / (maxseg * 2)); in bbr_post_recovery() 3888 if (flight <= tp->snd_cwnd) { in bbr_post_recovery() 10466 uint32_t flight, bbr_cur_cycle_time; in bbr_set_probebw_gains() local [all …]
|