Home
last modified time | relevance | path

Searched refs:stateless (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Ditem_reference_counting.rst4 Due to the nature of its domain, *libcbor* will need to work with heap memory. The stateless decode…
6 If you have specific requirements, you should consider rolling your own driver for the stateless AP…
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_options.pod148 SSL/TLS supports two mechanisms for resuming sessions: session ids and stateless
156 When using stateless session tickets the server uses a session ticket encryption
165 and stateless. Stateless tickets work the same way as in TLSv1.2 and below.
169 presents a ticket in the same way as for stateless tickets. The server can then
173 By default OpenSSL will use stateless tickets. The SSL_OP_NO_TICKET option will
174 cause stateless tickets to not be issued. In TLSv1.2 and below this means no
178 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
H A DSSL_CTX_set_timeout.pod45 This timeout value is used as the ticket lifetime hint for stateless session
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod9 - Callback functions for stateless TLS1.3 cookies
H A DDTLSv1_listen.pod42 As a countermeasure to this issue TLSv1.3 and DTLS include a stateless cookie
/netbsd-src/external/bsd/ppp/dist/
H A DREADME.MPPE42 - Use stateless mode. Stateful mode is disabled by default. Unfortunately,
43 stateless mode is very expensive as the peers must rekey for every packet.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_options.pod265 SSL/TLS supports two mechanisms for resuming sessions: session ids and stateless
273 When using stateless session tickets the server uses a session ticket encryption
282 and stateless. Stateless tickets work the same way as in TLSv1.2 and below.
286 presents a ticket in the same way as for stateless tickets. The server can then
290 By default OpenSSL will use stateless tickets. The SSL_OP_NO_TICKET option will
291 cause stateless tickets to not be issued. In TLSv1.2 and below this means no
295 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
H A DSSL_CTX_set_timeout.pod45 This timeout value is used as the ticket lifetime hint for stateless session
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod9 - Callback functions for stateless TLS1.3 cookies
H A DDTLSv1_listen.pod42 As a countermeasure to this issue TLSv1.3 and DTLS include a stateless cookie
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dapi.rst19 - stateless encoders and decoders
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Drandom60 // This relies on the fact our uniform_int_distribution is stateless,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Drandom59 // This relies on the fact our uniform_int_distribution is stateless,
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c118 static int stateless = 0; variable
1526 stateless = 1; in s_server_main()
1629 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
2792 if (dtlslisten || stateless) { in init_ssl_connection()
2824 stateless = 0; in init_ssl_connection()
2873 if (((dtlslisten || stateless) && i == 0) in init_ssl_connection()
2874 || (!dtlslisten && !stateless && retry)) { in init_ssl_connection()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c113 static int stateless = 0; variable
1546 stateless = 1; in s_server_main()
1680 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
2851 if (dtlslisten || stateless) { in init_ssl_connection()
2883 stateless = 0; in init_ssl_connection()
2926 if (((dtlslisten || stateless) && i == 0) in init_ssl_connection()
2927 || (!dtlslisten && !stateless && retry)) { in init_ssl_connection()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DNewPassManager.rst303 If an analysis is stateless and generally shouldn't be invalidated, use the
311 // stateless and remains preserved.
H A DWritingAnLLVMPass.rst1068 Basic Alias Analysis (stateless AA impl)
1075 Basic Alias Analysis (stateless AA impl)
1101 Basic Alias Analysis (stateless AA impl)
1110 Basic Alias Analysis (stateless AA impl)
1142 Basic Alias Analysis (stateless AA impl)
1150 Basic Alias Analysis (stateless AA impl)
H A DAtomics.rst591 Further, these routines do not need to be shared, as they are stateless. So,
H A DPasses.rst69 ``-basic-aa``: Basic Alias Analysis (stateless AA impl)
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c106 int stateless = 0; variable
531 stateless = 1; in main()
804 if (stateless) { in main()
2015 if (stateless) in dhcpv6()
3929 duid_type = stateless ? DUID_LL : DUID_LLT; in form_duid()
H A Ddhc6.c160 extern int stateless;
5545 if (stateless) { in unconfigure6()
/netbsd-src/external/gpl2/rcs/dist/
H A DINSTALL.RCS286 NFS's ``stateless server'' protocol has well-known problems with
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS147 . verify-password-quality might not be stateless
/netbsd-src/share/misc/
H A Dacronyms.comp1585 SLAAC stateless address auto-configuration
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20032536 Use codecvt::length to handle variable-width stateless encodings
2566 (basic_filebuf::underflow): Handle variable-width stateless
7695 New implementation that handles stateless encodings,

12