Home
last modified time | relevance | path

Searched full:early (Results 1 – 25 of 1898) sorted by relevance

12345678910>>...76

/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_read_early_data.380 \&\- functions for sending and receiving early data
117 These functions are used to send and receive early data where TLSv1.3 has been
118 negotiated. Early data can be sent by the client immediately after its initial
120 Early data can be sent if a session has previously been established with the
126 Early data has weaker security properties than other data sent over an SSL/TLS
129 below). For these reasons extreme care should be exercised when using early
132 When a server receives early data it may opt to immediately respond by sending
143 determine if a session established with a server can be used to send early data.
145 will return the maximum number of early data bytes that can be sent.
147 The function \fBSSL_SESSION_set_max_early_data()\fR sets the maximum number of early
[all …]
H A DSSL_in_init.396 Note that in some circumstances (such as when early data is being transferred)
136 Early data is being processed
139 Awaiting the end of early data processing
/freebsd/crypto/openssl/doc/man3/
H A DSSL_read_early_data.pod21 - functions for sending and receiving early data
58 These functions are used to send and receive early data where TLSv1.3 has been
59 negotiated. Early data can be sent by the client immediately after its initial
61 Early data can be sent if a session has previously been established with the
67 Early data has weaker security properties than other data sent over an SSL/TLS
70 below). For these reasons extreme care should be exercised when using early
73 When a server receives early data it may opt to immediately respond by sending
84 determine if a session established with a server can be used to send early data.
86 will return the maximum number of early data bytes that can be sent.
88 The function SSL_SESSION_set_max_early_data() sets the maximum number of early
[all …]
H A DSSL_in_init.pod37 Note that in some circumstances (such as when early data is being transferred)
82 Early data is being processed
86 Awaiting the end of early data processing
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c46 int blocks_modified, zfs_space_check_t space_check, boolean_t early) in dsl_sync_task_common() argument
83 txg_list_t *task_list = (early) ? in dsl_sync_task_common()
145 * An early synctask works exactly as a standard synctask with one important
148 * datasets. Early synctasks are executed before writing out any dirty data,
151 * For that reason, early synctasks can affect the process of writing dirty
153 * In addition, early synctasks should not dirty any metaslabs as this would
154 * invalidate the precondition/invariant for subsequent early synctasks.
181 dmu_tx_t *tx, boolean_t early) in dsl_sync_task_nowait_common() argument
194 txg_list_t *task_list = (early) ? in dsl_sync_task_nowait_common()
/freebsd/tests/sys/sys/
H A Dbitstring_test.c879 size_t early = 5, late = nbits - 5; in ATF_TC_BODY() local
899 /* Set, test, and clear an early bit */ in ATF_TC_BODY()
900 bit_set(b, early); in ATF_TC_BODY()
902 ATF_CHECK_EQ((ssize_t)early, fs); in ATF_TC_BODY()
903 ATF_CHECK_EQ(0, bit_test(b, early - 1)); in ATF_TC_BODY()
904 ATF_CHECK(bit_test(b, early) != 0); in ATF_TC_BODY()
905 ATF_CHECK_EQ(0, bit_test(b, early + 1)); in ATF_TC_BODY()
906 bit_clear(b, early); in ATF_TC_BODY()
907 ATF_CHECK_EQ(0, bit_test(b, early)); in ATF_TC_BODY()
909 /* Set, test, and clear an early bit range */ in ATF_TC_BODY()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-usebefore-double-colon.mk11 @echo double-colon early 1
16 @echo double-colon early 2
21 @echo double-colon early 3
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp227 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
236 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
246 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
275 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
285 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
301 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
313 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
322 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp1 //===------------- PPCEarlyReturn.cpp - Form Early Returns ----------------===//
9 // A pass that form early (predicated) returns. If-conversion handles some of
35 #define DEBUG_TYPE "ppc-early-ret"
36 STATISTIC(NumBCLR, "Number of early conditional returns");
37 STATISTIC(NumBLR, "Number of early returns");
206 "PowerPC Early-Return Creation", false, false)
/freebsd/crypto/openssl/test/
H A Dtls13ccstest.c271 * Test 6: Early data handshake in test_tls13ccs()
272 * Test 7: Early data handshake, client middlebox compat mode disabled in test_tls13ccs()
273 * Test 8: Early data handshake, server middlebox compat mode disabled in test_tls13ccs()
274 * Test 9: Early data then HRR in test_tls13ccs()
275 * Test 10: Early data then HRR, client middlebox compat mode disabled in test_tls13ccs()
276 * Test 11: Early data then HRR, server middlebox compat mode disabled in test_tls13ccs()
344 /* Early data */ in test_tls13ccs()
366 /* Perform handshake (or complete it if doing early data ) */ in test_tls13ccs()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-context-info.h17 * @IWL_CTXT_INFO_EARLY_DEBUG: enable early debug
137 * struct iwl_context_info_early_dbg_cfg - early debug configuration for
139 * @early_debug_addr: early debug start address
155 * @edbg_cfg: early debug configuration
/freebsd/contrib/libarchive/libarchive/
H A Dtar.557 The maximum block size supported by early
99 Early tar implementations only stored regular files (including
101 One common early convention used a trailing "/" character to indicate
112 In particular, this field was ignored by early tar implementations
127 Note that many early implementations of tar used signed arithmetic
148 Early tar implementations varied in how they terminated these fields.
151 used the following conventions (this is also documented in early BSD manpages):
156 Early implementations filled the numeric fields with leading spaces.
163 An early draft of
168 and early 199
[all...]
/freebsd/share/man/man4/
H A Dtslog.4114 is not always the right tool for profiling early kernel initialization.
116 which are not yet available early in the boot process, e.g.:
121 and because of that can trace early kernel initialization.
/freebsd/sys/dev/bwn/
H A Dif_bwn_pcivar.h54 * Early dual-band devices did not support accessing multiple PHYs
65 * Some early devices shipped with unconnected ethernet cores; set
78 * Some early devices (including all BCM4306 chipsets) shipped with
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinetab-early-adopter.dts12 model = "Pine64 PineTab Early Adopter";
13 compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_private.h51 * This function is only supported on early PWRCTL-equipped chipsets
72 * This function is only supported on early PWRCTL-equipped chipsets
93 * This function is only supported on early PWRCTL-equipped chipsets
/freebsd/crypto/openssl/ssl/
H A Dssl_stat.c120 return "TLSv1.3 early data"; in SSL_state_string_long()
122 return "TLSv1.3 pending early data end"; in SSL_state_string_long()
124 return "TLSv1.3 write end of early data"; in SSL_state_string_long()
126 return "TLSv1.3 read end of early data"; in SSL_state_string_long()
/freebsd/crypto/openssl/doc/internal/man7/
H A Ddeprecation.pod66 including an internal header file very early in the affected translation
95 RSA_new_method(), the following should be found very early (before including
118 RSA_size(), the following should be found very early (before including any
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp125 // the depth-first, early bailout traversal?
307 if (!NegOp) // Early return. in visitImpl()
317 negate(std::get<0>(I), IsNSW, Depth + 1))) // Early return. in visitImpl()
353 if (!NegOp1) // Early return. in visitImpl()
366 if (!NegOp0) // Early return. in visitImpl()
378 if (!NegVector) // Early return. in visitImpl()
388 if (!NegVector) // Early return. in visitImpl()
391 if (!NegNewElt) // Early return. in visitImpl()
399 if (!NegOp) // Early return. in visitImpl()
450 assert(IsTrulyNegation && "We should have early-exited then."); in visitImpl()
/freebsd/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c77 * LZ4 first-pass early abort verdict
82 * zstd-1 second-pass early abort verdict
87 * We excluded this from early abort for some reason
560 * A zstd early abort heuristic. in zfs_zstd_compress_buf()
566 * - First, we try LZ4 compression, and if it doesn't early abort, we in zfs_zstd_compress_buf()
569 * exclusively, if it would overflow), we give up early. in zfs_zstd_compress_buf()
575 * savings versus no early abort, and all the zstd-fast levels are in zfs_zstd_compress_buf()
941 "Enable early abort attempts when using zstd");
943 "Minimal size of block to attempt early abort");
/freebsd/contrib/jemalloc/src/
H A Dhook.c106 * thread-local bool that triggers an early-exit. in hook_reentrantp()
126 * know that the caller will take the early-exit path. in hook_reentrantp()
128 * caller will go down the early exit path, leaving the global in hook_reentrantp()
/freebsd/contrib/bmake/mk/
H A Dsys.mk45 # early customizations
93 # some options we need to know early
120 # and do it early before we compute .PATH
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_preinit.cpp11 // Call __lsan_init at the very early stage of process startup.
18 // specified to perform initialization at a very early stage.
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_preinit.cpp11 // Call __memprof_init at the very early stage of process startup.
19 // specified to perform initialization at a very early stage.
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_preinit.cpp11 // Call __asan_init at the very early stage of process startup.
19 // specified to perform initialization at a very early stage.

12345678910>>...76