Home
last modified time | relevance | path

Searched refs:Initial (Results 1 – 25 of 137) sorted by relevance

123456

/src/crypto/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md22 concepts. For example, the Establishing state uses Initial, Handshake and 1-RTT
44 - The Establishing state involves the use of Initial and Handshake
65 - Pre-Initial: The client has completed proactive version negotiation
69 transition to Initial Exchange A.
71 - Initial Exchange A: The client has sent at least one Initial
78 - a Retry packet (leading to Initial Exchange B); or
79 - an Initial packet (leading to the Initial Exchange Confirmed state).
83 can be considered an error. Otherwise, we return to the Pre-Initial
87 - Initial Exchange B: The client has been asked to perform a Retry.
88 It sends at least one Initial packet to the server attempting to
[all …]
H A Ddemuxer.md40 - if the packet is a well-formed Initial packet, trigger the creation of a
43 buffered for short period of time (as Initial packet might arrive late)
H A Dtx-packetiser.md190 #### Initial Packet
192 Refer to [RFC 9000 17.2.2 Initial Packet].
303 | I | Valid in Initial packets|
579 - **Padded Initial Datagrams.**
581 Initial packet. (If there are multiple packets in the datagram, the padding
582 does not necessarily need to be part of the Initial packet itself.) This
585 - **Token in Initial Packets.**
586 Initial packets may need to contain a token. If used, token is contained in
587 all further Initial packets sent by the client, not just the first Initial
632 A QUIC connection progresses through Initial, Handshake, 0-RTT and 1-RTT
[all …]
/src/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE27 1.5. "Initial Developer" means the individual or entity that first
80 2.1. The Initial Developer Grant.
83 subject to third party intellectual property claims, the Initial
88 trademark) Licensable by Initial Developer, to use,
100 effective on the date Initial Developer first distributes
181 the Initial Developer.
191 and not on behalf of the Initial Developer or any Contributor.
194 hereby agree to indemnify the Initial Developer and every
195 Contributor for any liability incurred by the Initial Developer or
210 this License are offered by You alone, not by the Initial
[all …]
/src/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE27 1.5. "Initial Developer" means the individual or entity that first
80 2.1. The Initial Developer Grant.
83 subject to third party intellectual property claims, the Initial
88 trademark) Licensable by Initial Developer, to use,
100 effective on the date Initial Developer first distributes
181 the Initial Developer.
191 and not on behalf of the Initial Developer or any Contributor.
194 hereby agree to indemnify the Initial Developer and every
195 Contributor for any liability incurred by the Initial Developer or
210 this License are offered by You alone, not by the Initial
[all …]
/src/sys/contrib/openzfs/
H A DLICENSE27 1.5. "Initial Developer" means the individual or entity that first
80 2.1. The Initial Developer Grant.
83 subject to third party intellectual property claims, the Initial
88 trademark) Licensable by Initial Developer, to use,
100 effective on the date Initial Developer first distributes
181 the Initial Developer.
191 and not on behalf of the Initial Developer or any Contributor.
194 hereby agree to indemnify the Initial Developer and every
195 Contributor for any liability incurred by the Initial Developer or
210 this License are offered by You alone, not by the Initial
[all …]
/src/stand/i386/loader/
H A Dversion8 0.2: Initial integration with BTX
9 0.1: Initial i386 version, inspiration and some structure from the
/src/crypto/openssl/test/recipes/75-test_quicapi_data/
H A Dssltraceref-zlib.txt77 Packet Type: Initial
89 Packet Type: Initial
108 Packet Type: Initial
120 Packet Type: Initial
134 Packet Type: Initial
152 Packet Type: Initial
168 Packet Type: Initial
176 Packet Type: Initial
384 Packet Type: Initial
H A Dssltraceref.txt75 Packet Type: Initial
87 Packet Type: Initial
106 Packet Type: Initial
118 Packet Type: Initial
132 Packet Type: Initial
150 Packet Type: Initial
166 Packet Type: Initial
174 Packet Type: Initial
382 Packet Type: Initial
/src/contrib/llvm-project/llvm/lib/TargetParser/
H A DSubtargetFeature.cpp50 SubtargetFeatures::SubtargetFeatures(StringRef Initial) { in SubtargetFeatures() argument
52 Split(Features, Initial); in SubtargetFeatures()
/src/sys/contrib/device-tree/Bindings/regulator/
H A Dtps62360-regulator.txt20 - ti,vsel0-state-high: Initial state of vsel0 input is high.
22 - ti,vsel1-state-high: Initial state of vsel1 input is high.
/src/stand/powerpc/ofw/
H A Dversion2 0.1: Initial OFW/PowerPC version.
/src/stand/kboot/kboot/
H A Dversion2 0.1: Initial kboot/PowerPC version.
/src/stand/userboot/userboot/
H A Dversion3 1.1: Initial userland boot
/src/stand/efi/loader/
H A Dversion3 0.1: Initial i386 version. Derived from ia64.
H A Dversion.veriexec5 0.1: Initial i386 version. Derived from ia64.
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.h20 enum class SchedulingPhase { Initial, PreRAReentry, PostRA }; enumerator
/src/bin/sh/tests/builtins/
H A Dlocal2.011 *a*) echo Initial \$- bad
H A Dlocal3.014 *a*) echo Initial \$- bad
/src/crypto/openssl/doc/man7/
H A DEVP_KDF-SSHKDF.pod15 (for example SHA256), the Initial Key, the Exchange Hash, the Session ID,
55 The Initial IV from client to server.
60 The Initial IV from server to client
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp447 Value *Initial = in propagateStoredValueToLoadUsers() local
456 PHINode *PHI = PHINode::Create(Initial->getType(), 2, "store_forwarded"); in propagateStoredValueToLoadUsers()
458 PHI->addIncoming(Initial, PH); in propagateStoredValueToLoadUsers()
460 Type *LoadType = Initial->getType(); in propagateStoredValueToLoadUsers()
/src/sys/contrib/device-tree/src/arm/st/
H A Dste-db9500.dtsi21 * Initial Secure Software ISSW memory
H A Dste-db8520.dtsi39 * Initial Secure Software ISSW memory
H A Dste-db8500.dtsi39 * Initial Secure Software ISSW memory
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp229 uint64_t SimpleFastHash(const void *Data, size_t Size, uint64_t Initial) { in SimpleFastHash() argument
230 uint64_t Res = Initial; in SimpleFastHash()

123456