| /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) 86 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 134 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_handshake_rtt.pod | 32 writing the ClientHello and early data (if any). The other is taken when
|
| H A D | SSL_get_peer_signature_nid.pod | 50 below 1.2 or the functions were called too early, e.g. before the peer signed a
|
| /freebsd/tests/sys/sys/ |
| H A D | bitstring_test.c | 879 size_t early = 5, late = nbits - 5; in ATF_TC_BODY() local 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() 910 bit_nset(b, early - 1, early + 1); in ATF_TC_BODY() 912 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 | 46 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() 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/crypto/openssh/ |
| H A D | sshd.c | 184 int early; /* Indicates child closed listener */ member 262 child->early = 1; in child_register() 362 else if (child->early) in child_reap() 502 else if (children[i].early) in show_info() 1064 if (children[i].early) in server_accept_loop() 1105 if (children[i].early) in server_accept_loop() 1118 if (children[i].early && c == '\0') { in server_accept_loop() 1121 children[i].early = 0; in server_accept_loop() 1125 } else if (!children[i].early && c == '\001') { in server_accept_loop() 1135 children[i].id, children[i].early); in server_accept_loop() [all …]
|
| /freebsd/crypto/openssl/doc/internal/man7/ |
| H A D | deprecation.pod | 68 including an internal header file very early in the affected translation 97 RSA_new_method(), the following should be found very early (before including 120 RSA_size(), the following should be found very early (before including any
|
| /freebsd/contrib/bc/tests/dc/scripts/ |
| H A D | easter.dc | 8 [too early
|
| /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/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/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | MachinePassRegistry.def | 111 MACHINE_FUNCTION_PASS("early-ifcvt", EarlyIfConverterPass()) 112 MACHINE_FUNCTION_PASS("early-machinelicm", EarlyMachineLICMPass()) 113 MACHINE_FUNCTION_PASS("early-tailduplication", EarlyTailDuplicatePass())
|
| /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/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/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
|