/freebsd/usr.sbin/ppp/ |
H A D | mppe.c | 97 unsigned stateless : 1; member 120 if (mop->stateless) in MPPEResetOutput() 187 if (mop->stateless || in MPPEOutput() 195 if (mop->stateless || mop->flushnext) { in MPPEOutput() 268 if (!flushed && mip->stateless) { in MPPEInput() 270 " in stateless mode\n"); in MPPEInput() 275 if (mip->stateless) { in MPPEInput() 276 /* Change our key for each missed packet in stateless mode */ in MPPEInput() 281 * mip->cohnum contains what we received last time in stateless in MPPEInput() 599 /* Peer can't have stateless */ in MPPESetOptsInput() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 265 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 D | SSL_CTX_set_timeout.pod | 45 This timeout value is used as the ticket lifetime hint for stateless session
|
H A D | SSL_CTX_set_stateless_cookie_generate_cb.pod | 9 - Callback functions for stateless TLS1.3 cookies
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_options.3 | 366 \&\s-1SSL/TLS\s0 supports two mechanisms for resuming sessions: session ids and stateless 374 When using stateless session tickets the server uses a session ticket encryption 383 and stateless. Stateless tickets work the same way as in TLSv1.2 and below. 387 presents a ticket in the same way as for stateless tickets. The server can then 391 By default OpenSSL will use stateless tickets. The \s-1SSL_OP_NO_TICKET\s0 option will 392 cause stateless tickets to not be issued. In TLSv1.2 and below this means no 396 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BasicAliasAnalysis.h | 1 //===- BasicAliasAnalysis.h - Stateless, local Alias Analysis ---*- C++ -*-===// 9 /// This is the interface for LLVM's primary stateless and local alias analysis. 35 /// This is the AA result object for the basic, local, and stateless alias 36 /// analysis. It implements the AA query interface in an entirely stateless
|
H A D | ObjCARCAliasAnalysis.h | 47 /// By definition, this result is stateless and so remains valid.
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | item_reference_counting.rst | 4 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…
|
H A D | decoding.rst | 32 │ Stateless event─driven decoder │
|
H A D | streaming_decoding.rst | 4 *libcbor* exposes a stateless decoder that reads a stream of input bytes from a buffer and invokes …
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.8 | 250 This prefix can be used for stateless address autoconfiguration. 258 Valid lifetime; the length of time for which the prefix and a stateless 262 Preferred lifetime; the length of time for which the prefix and a stateless
|
/freebsd/sys/dev/qat/qat_api/include/dc/ |
H A D | cpa_dc.h | 148 * specified for stateful and stateless cpaDcCompressData and 329 * A session can be either stateful or stateless. 345 /**< Session will be stateless, implying no state will be stored*/ 429 * For stateless sessions this is an error condition */ 592 * both stateful and stateless compress and decompress sessions. 601 /**<True if the Instance supports Stateless LZS compression */ 603 /**<True if the Instance supports Stateless LZS decompression */ 609 /**<True if the Instance supports Stateless LZSS compression */ 611 /**<True if the Instance supports Stateless LZSS decompression */ 619 /**<True if the Instance supports Stateless Extended LZS [all …]
|
/freebsd/sys/dev/qat/qat_api/common/compression/ |
H A D | dc_session.c | 1023 /* Check if there are stateless pending requests */ in cpaDcResetSession() 1026 "There are %llu stateless DP requests pending.\n", in cpaDcResetSession() 1036 /* Check if there are stateless pending requests */ in cpaDcResetSession() 1039 "There are %llu stateless requests pending.\n", in cpaDcResetSession() 1156 /* Check if there are stateless pending requests */ in cpaDcRemoveSession() 1159 "There are %llu stateless DP requests pending.\n", in cpaDcRemoveSession() 1170 /* Check if there are stateless pending requests */ in cpaDcRemoveSession() 1173 "There are %llu stateless requests pending.\n", in cpaDcRemoveSession()
|
H A D | dc_datapath.c | 272 * compression and decompression direction. Stateless in dcCompression_ProcessCallback() 387 /* In the stateless case all requests have both SOP and in dcCompression_ProcessCallback() 402 * this error message will be returned only in stateless in dcCompression_ProcessCallback() 405 …"Unrecoverable error: stateless overflow. You may need to increase the size of your destination bu… in dcCompression_ProcessCallback() 428 /* Decrement number of stateless pending callbacks for session in dcCompression_ProcessCallback() 594 /* Compressing zero bytes is not supported for stateless sessions in dcCheckSourceData() 600 "zero bytes for stateless sessions"); in dcCheckSourceData()
|
/freebsd/share/doc/psd/27.nfsrpc/ |
H A D | nfs.rfc.ms | 73 .IX "stateless servers" 74 .IX servers stateless 76 The NFS protocol is stateless. That is, a server does not need to 78 order to function correctly. Stateless servers have a distinct 80 stateless servers, a client need only retry a request until the 1031 It is impossible for a stateless server to implement these semantics. 1086 that the file is open on each read and write request. With stateless
|
/freebsd/lib/libiconv_modules/mapper_serial/ |
H A D | citrus_mapper_serial.c | 146 /* support only 1:1 and stateless converter */ in parse_var() 185 mt->mt_state_size = 0; /* stateless */ in _citrus_mapper_serial_mapper_init()
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | streaming.h | 19 /** Stateless decoder
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | api.rst | 19 - stateless encoders and decoders
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | rockchip,vdec.yaml | 13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_file_os.c | 106 * Stateless write - os internal file pointer is not updated. 168 * Stateless read - os internal file pointer is not updated.
|
/freebsd/contrib/kyua/utils/logging/ |
H A D | operations.hpp | 30 /// Stateless logging facilities.
|
/freebsd/usr.bin/showmount/ |
H A D | showmount.8 | 102 server is stateless.
|
/freebsd/share/man/man4/ |
H A D | mlx5en.4 | 68 stateless VxLAN hardware offload for receive and transmit,
|
/freebsd/sys/netgraph/ |
H A D | ng_mppc.h | 66 #define MPPE_STATELESS 0x01000000 /* use stateless mode */
|
/freebsd/lib/libiconv_modules/mapper_none/ |
H A D | citrus_mapper_none.c | 77 mt->mt_state_size = 0; /* stateless */ in _citrus_mapper_none_mapper_init()
|