/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 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 D | SSL_in_init.pod | 37 Note that in some circumstances (such as when early data is being transferred) 84 Awaiting the end of early data processing
|
H A D | SSL_CTX_set_psk_client_callback.pod | 86 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 D | SSL_CTX_set_info_callback.pod | 100 resuming a handshake following a pause to handle early data. 105 handshake is paused to allow the exchange of early data.
|
H A D | SSL_get_peer_signature_nid.pod | 38 the functions were called too early, e.g. before the peer signed a message.
|
H A D | SSL_CTX_set_client_hello_cb.pod | 5 …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 D | bitstring_test.c | 881 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 D | depsrc-usebefore-double-colon.mk | 11 @echo double-colon early 1 16 @echo double-colon early 2 21 @echo double-colon early 3
|
H A D | depsrc-usebefore-double-colon.exp | 1 double-colon early 1
|
/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() 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 D | sshd.c | 193 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 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/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-a64-pinetab-early-adopter.dts | 13 compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | MachinePassRegistry.def | 203 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 D | andestech-boards | 28 system environment for early prototyping and software/hardware co-development.
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | nvidia,tegra210-bpmp.txt | 4 in Tegra210 SoC. It is designed to handle the early stages of the boot
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | ste-hrefprev60.dtsi | 87 /* This additional pin needed on early MOP500 and HREFs previous to v60 */
|
/freebsd/sys/arm/conf/ |
H A D | ASUS_AC1300 | 29 # Use a low VA here so we get the early printf stuff working all the
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | ntp-wait.texi | 36 run @code{ntpd -g} as early as possible,
|
/freebsd/ |
H A D | Makefile.sys.inc | 2 # This is included very early from share/mk/src.sys.env.mk, after
|
/freebsd/sys/contrib/libsodium/builds/msvc/build/ |
H A D | buildbase.bat | 63 ECHO *** ERROR, build terminated early, see: %log%
|
/freebsd/sys/arm/freescale/imx/ |
H A D | files.imx6 | 45 # Low-level serial console for debugging early kernel startup.
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | README | 52 Text::Template was originally released some time in late 1995 or early
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-boneblack.dts | 19 * All PG 2.0 silicon may not support 1GHz but some of the early
|
/freebsd/stand/kboot/ |
H A D | README | 48 there not being an early console.
|