/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_read_early_data.pod | 21 - 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 D | SSL_in_init.pod | 37 Note that in some circumstances (such as when early data is being transferred) 80 Early data is being processed 84 Awaiting the end of early data processing
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_read_early_data.3 | 156 \&\- functions for sending and receiving early data 193 These functions are used to send and receive early data where TLSv1.3 has been 194 negotiated. Early data can be sent by the client immediately after its initial 196 Early data can be sent if a session has previously been established with the 202 Early data has weaker security properties than other data sent over an \s-1SSL/TLS\s0 205 below). For these reasons extreme care should be exercised when using early 208 When a server receives early data it may opt to immediately respond by sending 219 determine if a session established with a server can be used to send early data. 221 will return the maximum number of early data bytes that can be sent. 223 The function \fBSSL_SESSION_set_max_early_data()\fR sets the maximum number of early [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_synctask.c | 45 int blocks_modified, zfs_space_check_t space_check, boolean_t early) in dsl_sync_task_common() argument 82 txg_list_t *task_list = (early) ? in dsl_sync_task_common() 137 * An early synctask works exactly as a standard synctask with one important 140 * datasets. Early synctasks are executed before writing out any dirty data, 143 * For that reason, early synctasks can affect the process of writing dirty 145 * In addition, early synctasks should not dirty any metaslabs as this would 146 * invalidate the precondition/invariant for subsequent early synctasks. 173 dmu_tx_t *tx, boolean_t early) in dsl_sync_task_nowait_common() argument 186 txg_list_t *task_list = (early) ? in dsl_sync_task_nowait_common()
|
/freebsd/tests/sys/sys/ |
H A D | bitstring_test.c | 881 size_t early = 5, late = nbits - 5; in ATF_TC_BODY() local 901 /* Set, test, and clear an early bit */ in ATF_TC_BODY() 902 bit_set(b, early); in ATF_TC_BODY() 904 ATF_CHECK_EQ((ssize_t)early, fs); in ATF_TC_BODY() 905 ATF_CHECK_EQ(0, bit_test(b, early - 1)); in ATF_TC_BODY() 906 ATF_CHECK(bit_test(b, early) != 0); in ATF_TC_BODY() 907 ATF_CHECK_EQ(0, bit_test(b, early + 1)); in ATF_TC_BODY() 908 bit_clear(b, early); in ATF_TC_BODY() 909 ATF_CHECK_EQ(0, bit_test(b, early)); in ATF_TC_BODY() 911 /* Set, test, and clear an early bit range */ in ATF_TC_BODY() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | depsrc-usebefore-double-colon.mk | 11 @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 D | Taint.cpp | 227 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 D | PPCEarlyReturn.cpp | 1 //===------------- 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 D | tls13ccstest.c | 271 * 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 D | iwl-context-info.h | 17 * @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/sys/contrib/openzfs/module/zstd/ |
H A D | zfs_zstd.c | 76 * LZ4 first-pass early abort verdict 81 * zstd-1 second-pass early abort verdict 86 * We excluded this from early abort for some reason 453 * A zstd early abort heuristic. in zfs_zstd_compress_wrap() 459 * - First, we try LZ4 compression, and if it doesn't early abort, we in zfs_zstd_compress_wrap() 462 * exclusively, if it would overflow), we give up early. in zfs_zstd_compress_wrap() 468 * savings versus no early abort, and all the zstd-fast levels are in zfs_zstd_compress_wrap() 617 * A zstd early abort heuristic. in zfs_zstd_compress_buf() 623 * - First, we try LZ4 compression, and if it doesn't early abort, we in zfs_zstd_compress_buf() 626 * exclusively, if it would overflow), we give up early. in zfs_zstd_compress_buf() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | tar.5 | 57 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 D | tslog.4 | 114 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 D | if_bwn_pcivar.h | 54 * 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 D | sun50i-a64-pinetab-early-adopter.dts | 12 model = "Pine64 PineTab Early Adopter"; 13 compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
|
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/ |
H A D | bhnd_pwrctl_private.h | 51 * 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 D | ssl_stat.c | 109 return "TLSv1.3 early data"; in SSL_state_string_long() 111 return "TLSv1.3 pending early data end"; in SSL_state_string_long() 113 return "TLSv1.3 write end of early data"; in SSL_state_string_long() 115 return "TLSv1.3 read end of early data"; in SSL_state_string_long()
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | deprecation.pod | 65 including an internal header file very early in the affected translation 94 RSA_new_method(), the following should be found very early (before including 117 RSA_size(), the following should be found very early (before including any
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 125 // 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/contrib/jemalloc/src/ |
H A D | hook.c | 106 * 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 D | sys.mk | 45 # early customizations 93 # some options we need to know early 119 # and do it early before we compute .PATH
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | timer.c | 317 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime() 389 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime_preboot() 428 err(1, "too early %jd %jd", (intmax_t)stop, (intmax_t)end); in test_abstime_postboot() 474 errx(1, "early timer expiration: %ld us", elapsed); in test_update() 520 errx(1, "early timer expiration: %ld us", elapsed); in test_update_equal() 564 errx(1, "early timer expiration: %ld us", elapsed); in test_update_expired() 619 errx(1, "early timer expiration: %ld us", elapsed); in test_update_periodic() 683 errx(1, "early timer expiration: %ld us", elapsed); in test_update_timing()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_preinit.cpp | 11 // 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 D | memprof_preinit.cpp | 11 // 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 D | asan_preinit.cpp | 11 // Call __asan_init at the very early stage of process startup. 19 // specified to perform initialization at a very early stage.
|