| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | openssl-quic.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "OPENSSL-QUIC 7ossl" 58 .TH OPENSSL-QUIC 7ossl 2025-09-30 3.5.4 OpenSSL 64 openssl\-quic \- OpenSSL QUIC 82 Default stream mode versus multi-stream mode for clients; 84 The changes to existing libssl APIs which are driven by QUIC-related 92 New, QUIC-specific APIs. 96 stream mode, which is intended to provide compatibility with existing non-QUIC 100 client-initiated or server-initiated from a QUIC perspective depends on whether 105 instead adopt the multi-stream API. See the RECOMMENDATIONS FOR NEW APPLICATIONS [all …]
|
| H A D | ossl-guide-quic-introduction.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "OSSL-GUIDE-QUIC-INTRODUCTION 7ossl" 58 .TH OSSL-GUIDE-QUIC-INTRODUCTION 7ossl 2025-09-30 3.5.4 OpenSSL 64 ossl\-guide\-quic\-introduction 65 \&\- OpenSSL Guide: An introduction to QUIC in OpenSSL 71 some OpenSSL and TLS fundamentals (see \fBossl\-guide\-libraries\-introduction\fR\|(7) 72 and \fBossl\-guide\-tls\-introduction\fR\|(7)). 80 integrity and authentication (see \fBossl\-guide\-tls\-introduction\fR\|(7)). 90 "head-of-line blocking"). It also enables an application to open additional 91 logical streams without requiring a round-trip exchange of packets between the [all …]
|
| H A D | ossl-guide-tls-introduction.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "OSSL-GUIDE-TLS-INTRODUCTION 7ossl" 58 .TH OSSL-GUIDE-TLS-INTRODUCTION 7ossl 2025-09-30 3.5.4 OpenSSL 64 ossl\-guide\-tls\-introduction 65 \&\- OpenSSL Guide: An introduction to SSL/TLS in OpenSSL 88 remotely initiated communication is the server. The term "endpoint" refers to 121 SSLv3 is available as a compile time option \- but it is not built by default. 123 in a standard build of OpenSSL. However special run-time configuration is 194 have obtained your copy of OpenSSL from an Operating System (OS) vendor (e.g. a 201 \& openssl version \-d [all …]
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api.md | 8 - [QUIC API Overview](#quic-api-overview) 9 * [Overview and Implementation Status](#overview-and-implementation-status) 11 * [SSL Objects](#ssl-objects) 12 + [Structure of Documentation](#structure-of-documentation) 13 + [Existing APIs](#existing-apis) 14 - [`SSL_set_connect_state`](#-ssl-set-connect-state-) 15 - [`SSL_set_accept_state`](#-ssl-set-accept-state-) 16 - [`SSL_is_server`](#-ssl-is-server-) 17 - [`SSL_connect`](#-ssl-connect-) 18 - [`SSL_accept`](#-ssl-accept-) [all …]
|
| H A D | connection-state-machine.md | 5 --------- 7 QUIC client-side connection state can be broken down into five coarse phases of 10 - The Idle substate (which is simply the state before we have started trying to 12 - The Active state, which comprises two substates: 13 - The Establishing state, which comprises many different substates; 14 - The Open state; 15 - The Terminating state, which comprises several substates; 16 - The Terminated state, which is the terminal state. 22 concepts. For example, the Establishing state uses Initial, Handshake and 1-RTT 27 0-RTT is also not currently modelled in this analysis. [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-quic.pod | 5 openssl-quic - OpenSSL QUIC 28 Default stream mode versus multi-stream mode for clients; 32 The changes to existing libssl APIs which are driven by QUIC-related 46 New, QUIC-specific APIs. 53 stream mode, which is intended to provide compatibility with existing non-QUIC 57 client-initiated or server-initiated from a QUIC perspective depends on whether 62 instead adopt the multi-stream API. See the RECOMMENDATIONS FOR NEW APPLICATIONS 68 multi-stream mode. By default, a newly created QUIC connection SSL object uses 80 whether a stream is client-initiated or server-initiated. In default stream 83 is using a server-initiated stream, and the L<SSL_read(3)> call will not [all …]
|
| H A D | ossl-guide-quic-introduction.pod | 5 ossl-guide-quic-introduction 6 - OpenSSL Guide: An introduction to QUIC in OpenSSL 13 some OpenSSL and TLS fundamentals (see L<ossl-guide-libraries-introduction(7)> 14 and L<ossl-guide-tls-introduction(7)>). 23 integrity and authentication (see L<ossl-guide-tls-introduction(7)>). 36 "head-of-line blocking"). It also enables an application to open additional 37 logical streams without requiring a round-trip exchange of packets between the 44 to use HTTP/3 using a suitable third-party library. 48 Future versions of OpenSSL will offer support for 0-RTT connection initiation, 49 allowing a connection to be initiated to a server and application data to be [all …]
|
| H A D | ossl-guide-tls-introduction.pod | 5 ossl-guide-tls-introduction 6 - OpenSSL Guide: An introduction to SSL/TLS in OpenSSL 31 remotely initiated communication is the server. The term "endpoint" refers to 65 SSLv3 is available as a compile time option - but it is not built by default. 67 in a standard build of OpenSSL. However special run-time configuration is 140 have obtained your copy of OpenSSL from an Operating System (OS) vendor (e.g. a 146 openssl version -d 171 a single file containing all of the certificates. See L<openssl-env(7)> for 233 L<ossl-guide-tls-client-block(7)> and L<ossl-guide-tls-server-block(7)> for 269 be in-flight, so the server is still in the handshake phase. It is even possible [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 regulator-nam [all...] |
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/ |
| H A D | zpool_resilver_concurrent.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or http://www.opensolaris.org/os/licensing. 39 # 4. Force-fault 2 vdevs and verify distributed spare is kicked in. 47 typeset -ir devs=10 48 typeset -ir nparity=1 49 typeset -ir ndata=8 50 typeset -ir dspare=1 57 log_must rm -f "$BASEDIR/vdev$i" 61 if [[ -d $dir ]]; then [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | psci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 15 processors") can be used by Linux to initiate various CPU-centric power 25 r0 => 32-bi [all...] |
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 146 uint32_t vq_cqueued; /* Classes with queued I/Os. */ 148 uint32_t vq_active; /* Number of active I/Os. */ 149 uint32_t vq_ia_active; /* Active interactive I/Os. */ 150 uint32_t vq_nia_credit; /* Non-interactive I/Os credit. */ 151 list_t vq_active_list; /* List of active I/Os. */ 167 * On-disk indirect vdev state. 179 * removal is initiated. 191 * is allocated when a vdev removal is initiated. [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_record_tx.h | 2 * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved. 23 * QUIC Record Layer - TX 78 * ----------------- 105 * Subsequent calls for non-INITIAL ELs fail. Calls made after a corresponding 107 * the INITIAL EL. The secret for a non-INITIAL EL cannot be changed after it is 158 * ------------------- 166 * iovecs expressing the logical packet payload buffer. Zero-length entries 172 /* Destination address. Will be passed through to the BIO if non-NULL. */ 176 * Local address (optional). Specify as non-NULL only if TX BIO 183 * hdr->pn, which need not be initialized. [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/redundancy/ |
| H A D | redundancy.kshlib | 10 # or http://www.opensolaris.org/os/licensing. 32 poolexists $TESTPOOL && $ZPOOL status -v $TESTPOOL 36 if [[ -d $dir ]]; then 37 log_must $RM -rf $dir 54 [[ -z $pool ]] && log_fail "No specified pool." 55 [[ -f $recordfile ]] && log_must $RM -f $recordfile 59 log_must eval "$DU -a $mntpnt > $recordfile 2>&1" 64 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1 78 typeset -i vdev_cnt=$3 81 typeset -i i=0 [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopNestAnalysis.h | 1 //===- llvm/Analysis/LoopNestAnalysis.h --------- 213 raw_ostream &OS; global() variable 216 LoopNestPrinterPass(raw_ostream & OS) LoopNestPrinterPass() argument [all...] |
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| H A D | satproto.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 160 * - \e tiSuccess: I/O request successfully initiated. 161 * - \e tiBusy: No resources available, try again later. 162 * - \e tiIONoDevice: Invalid device handle. 163 * - \e tiError: Other errors. 194 * - \e tiSuccess: I/O request successfully initiated. 195 * - \e tiBusy: No resources available, try again later. 196 * - \e tiIONoDevice: Invalid device handle. 197 * - \e tiError: Other errors. 230 * - \e tiSuccess: I/O request successfully initiated. [all …]
|
| H A D | sat.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 95 * \e tiSuccess: I/O request successfully initiated. 121 pSense = satIOContext->pSense; in satIOStart() 122 pSatDevData = satIOContext->pSatDevData; in satIOStart() 123 scsiCmnd = &tiScsiRequest->scsiCmnd; in satIOStart() 124 pLun = &scsiCmnd->lun; in satIOStart() 129 if ( ((pLun->lun[0] | pLun->lun[1] | pLun->lun[2] | pLun->lun[3] | in satIOStart() 130 pLun->lun[4] | pLun->lun[5] | pLun->lun[6] | pLun->lun[7] ) != 0) && in satIOStart() 131 (scsiCmnd->cdb[0] != SCSIOPC_INQUIRY) in satIOStart() 135 scsiCmnd->cdb[0], tiIORequest, tiDeviceHandle)); in satIOStart() [all …]
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| H A D | itddisc.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 82 * \param tiRoot: Pointer to the OS Specific module allocated tiRoot_t 88 * tiSuccess Discovery initiated. 89 * tiBusy Discovery could not be initiated at this time. 101 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIDiscoverTargets() 102 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIDiscoverTargets() 108 dmRoot_t *dmRoot = &(tdsaAllShared->dmRoot); in tiINIDiscoverTargets() 125 if (TDLIST_EMPTY(&(tdsaAllShared->MainPortContextList))) in tiINIDiscoverTargets() 137 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiINIDiscoverTargets() 143 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiINIDiscoverTargets() [all …]
|
| H A D | itdio.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 84 * \param tiScsiRequest: Pointer to the SCSI-3 I/O request and SGL list. 85 * \param tiRequestBody: Pointer to the OS Specific module allocated storage 91 * tiSuccess: I/O request successfully initiated. 108 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIIOStart() 109 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIIOStart() 110 itdsaIni_t *Initiator = (itdsaIni_t *)tdsaAllShared->itdsaIni; in tiINIIOStart() 133 smRoot_t *smRoot = &(tdsaAllShared->smRoot); in tiINIIOStart() 143 oneDeviceData = (tdsaDeviceData_t *)tiDeviceHandle->tdData; in tiINIIOStart() 155 if (oneDeviceData->valid != agTRUE || oneDeviceData->registered != agTRUE || in tiINIIOStart() [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | README-P2P | 1 wpa_supplicant and Wi-Fi P2P 4 This document describes how the Wi-Fi P2P implementation in 10 Introduction to Wi-Fi P2P 11 ------------------------- 15 More information about Wi-Fi P2P is available from Wi-Fi Alliance: 16 http://www.wi-fi.org/Wi-Fi_Direct.php 20 ----------------------------- 26 ---------------------------- 28 Wi-Fi P2P is an optional component that needs to be enabled in the 30 configuration that includes Wi-Fi P2P support and Linux nl80211 [all …]
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| H A D | ttdio.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 26 * Copyright 2006 PMC-Sierra, Inc. 142 tdsaRootOsData_t *osData = (tdsaRootOsData_t *)agRoot->osData; in ttdsaSSPReqReceived() 143 tiRoot_t *tiRoot = (tiRoot_t *)osData->tiRoot; in ttdsaSSPReqReceived() 158 in ini, agDevHandle->osData = tdsaDeviceData_t in ttdsaSSPReqReceived() 162 oneDeviceData->tiDeviceHandle.tdData has been initialized in ttdsaSSPReqReceived() 164 oneDeviceData = (tdsaDeviceData_t *)agDevHandle->osData; in ttdsaSSPReqReceived() 183 if (ttdsaXchg->IORequestBody.tiIORequest == agNULL) in ttdsaSSPReqReceived() 190 oneDeviceData->agDevHandle = agDevHandle; in ttdsaSSPReqReceived() 191 oneDeviceData->agRoot = agRoot; in ttdsaSSPReqReceived() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 117 if (vfsp->vfs_mntpoint != NULL) in zfsvfs_vfs_free() 118 kmem_strfree(vfsp->vfs_mntpoint); in zfsvfs_vfs_free() 119 mutex_destroy(&vfsp->vfs_mntpt_lock); in zfsvfs_vfs_free() 129 vfsp->vfs_readonly = B_TRUE; in zfsvfs_parse_option() 130 vfsp->vfs_do_readonly = B_TRUE; in zfsvfs_parse_option() 133 vfsp->vfs_readonly = B_FALSE; in zfsvfs_parse_option() 134 vfsp->vfs_do_readonly = B_TRUE; in zfsvfs_parse_option() 137 vfsp->vfs_setuid = B_TRUE; in zfsvfs_parse_option() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-zones.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml# 6 $schema: http://devicetree.org/meta-schemas/base.yaml# 11 - Daniel Lezcano <daniel.lezcano@linaro.org> 20 - thermal-sensor: device that measures temperature, has SoC-specific bindings 21 - cooling-device: device used to dissipate heat either passively or actively 22 - thermal-zones: a container of the following node types used to describe all 25 This binding describes the thermal-zones. 27 The polling-delay properties of a thermal-zone are bound to the maximum dT/dt [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.h | 1 //=-- lsan_common.h -------- [all...] |
| /freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 2 # SPDX-License-Identifier: CDDL-1.0 23 import os 41 from os.path import exists 71 raise OSError(errno_, os.strerror(errno_)) 72 return t.tv_sec + t.tv_nsec * 1e-9 93 m, s = divmod(monotonic_time() - self.starttime, 60) 145 buf = os.read(fd, 4096) 149 os.write(sys.stderr.fileno(), buf) 171 The timeout for tests is measured in wall-clock time 195 If we're running with the -O option, then dump debug info about the [all …]
|