Home
last modified time | relevance | path

Searched refs:early (Results 1 – 25 of 207) sorted by relevance

123456789

/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
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
94 A client uses the function SSL_write_early_data() to send early data. This
114 When the client no longer wishes to send any more early data then it should
120 A server may choose to ignore early data that has been sent to it. Once the
[all …]
H A DSSL_in_init.pod37 Note that in some circumstances (such as when early data is being transferred)
84 Awaiting the end of early data processing
H A DSSL_CTX_set_psk_client_callback.pod86 Additionally the maximum early data value should be set via a call to
87 L<SSL_SESSION_set_max_early_data(3)> if the PSK will be used for sending early
126 PSK. TLSv1.3 early data exchanges are possible in PSK connections only with the
H A DSSL_CTX_set_info_callback.pod100 resuming a handshake following a pause to handle early data.
105 handshake is paused to allow the exchange of early data.
H A DSSL_get_peer_signature_nid.pod38 the functions were called too early, e.g. before the peer signed a message.
H A DSSL_CTX_set_client_hello_cb.pod5 …t1_extensions_present, SSL_client_hello_get0_ext - callback functions for early server-side Client…
27 called during the early stages of ClientHello processing on the server.
/freebsd/tests/sys/sys/
H A Dbitstring_test.c881 size_t early = 5, late = nbits - 5; in ATF_TC_BODY() local
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()
912 bit_nset(b, early - 1, early + 1); in ATF_TC_BODY()
914 ATF_CHECK_EQ((ssize_t)early - 1, fs); 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
H A Ddepsrc-usebefore-double-colon.exp1 double-colon early 1
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c45 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()
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/crypto/openssh/
H A Dsshd.c193 int early; /* Indicates child closed listener */ member
266 child->early = 1; in child_register()
364 WTERMSIG(child->status), child->early ? " (early)" : ""); in child_reap()
371 child->early ? " (early)" : ""); in child_reap()
378 child->early ? " (early)" : ""); in child_reap()
384 child->early ? " (early)" : ""); in child_reap()
390 child->early ? " (early)" : ""); in child_reap()
397 child->early ? " (early)" : ""); in child_reap()
404 child->early ? " (early)" : ""); in child_reap()
411 child->early ? " (early)" : ""); in child_reap()
[all …]
/freebsd/crypto/openssl/doc/internal/man7/
H A Ddeprecation.pod65 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/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinetab-early-adopter.dts13 compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def203 DUMMY_MACHINE_FUNCTION_PASS("early-ifcvt", EarlyIfConverterPass)
204 DUMMY_MACHINE_FUNCTION_PASS("early-machinelicm", EarlyMachineLICMPass)
205 DUMMY_MACHINE_FUNCTION_PASS("early-tailduplication", EarlyTailDuplicatePass)
/freebsd/sys/contrib/device-tree/Bindings/nds32/
H A Dandestech-boards28 system environment for early prototyping and software/hardware co-development.
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra210-bpmp.txt4 in Tegra210 SoC. It is designed to handle the early stages of the boot
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-hrefprev60.dtsi87 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
/freebsd/sys/arm/conf/
H A DASUS_AC130029 # Use a low VA here so we get the early printf stuff working all the
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.texi36 run @code{ntpd -g} as early as possible,
/freebsd/
H A DMakefile.sys.inc2 # This is included very early from share/mk/src.sys.env.mk, after
/freebsd/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat63 ECHO *** ERROR, build terminated early, see: %log%
/freebsd/sys/arm/freescale/imx/
H A Dfiles.imx645 # Low-level serial console for debugging early kernel startup.
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DREADME52 Text::Template was originally released some time in late 1995 or early
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-boneblack.dts19 * All PG 2.0 silicon may not support 1GHz but some of the early
/freebsd/stand/kboot/
H A DREADME48 there not being an early console.

123456789