Home
last modified time | relevance | path

Searched refs:keyed (Results 1 – 20 of 20) sorted by relevance

/linux-6.12.1/Documentation/networking/device_drivers/hamradio/
Dz8530drv.rst483 This is the probability that the transmitter will be keyed
499 The time the transmitter will remain keyed after the last
502 SCC before the transmitter is keyed down. The value depends
515 1: Fullduplex mode, i.e. the transmitter will be keyed at
518 2: Like 1, but the transmitter will remain keyed, also
535 The maximal time the transmitter will be keyed to send
557 time, the transmitter will be keyed down. A value of 0 is
565 to send. When this timer expires the transmitter will be keyed
595 200 This transmitter will only be keyed when all other
597 100 This transmitter will only be keyed when the carrier
[all …]
/linux-6.12.1/Documentation/admin-guide/
Dcgroup-v2.rst749 Flat keyed
755 Nested keyed
765 For both flat and nested keyed files, only the values for a single key
766 can be written at a time. For nested keyed files, the sub key pairs
799 - If a setting has a configurable default value and keyed specific
800 overrides, the default entry should be keyed with "default" and
810 For example, a setting which is keyed by major:minor device numbers
943 A read-only flat-keyed file which exists on non-root cgroups.
969 A read-only flat-keyed file with the following entries:
1053 A read-write nested-keyed file.
[all …]
/linux-6.12.1/Documentation/crypto/
Duserspace-if.rst34 - Message digest including keyed message digest (HMAC, CMAC)
115 The salg_type value "hash" applies to message digests and keyed message
116 digests. Though, a keyed message digest is referenced by the appropriate
118 how the key can be set for a keyed message digest.
379 - the hash cipher type (keyed message digests)
Darchitecture.rst14 - Message digest, including keyed message digest
31 or keyed message digests.
/linux-6.12.1/arch/arm64/boot/dts/marvell/
Dcn9130-cf-base.dts45 /* M.2 is B-keyed, so w-disable is for WWAN */
/linux-6.12.1/fs/bcachefs/
Dchecksum.c722 int bch2_enable_encryption(struct bch_fs *c, bool keyed) in bch2_enable_encryption() argument
742 if (keyed) { in bch2_enable_encryption()
/linux-6.12.1/Documentation/security/
Dsiphash.rst7 SipHash is a cryptographically secure PRF -- a keyed hash function -- that
/linux-6.12.1/Documentation/networking/
Dl2tp.rst678 sessions are stored in separate lists. L2TPv2 sessions are keyed
680 session ID. L2TPv3 sessions are keyed by the 32-bit session ID, since
686 hash table keyed by sk and session ID. When looking up L2TPv3
/linux-6.12.1/Documentation/filesystems/
Dmount_api.rst572 Multiple superblocks of this type may exist and they're keyed on
715 Where the array is an unsorted list of { parameter ID, name }-keyed
Dubifs-authentication.rst270 keyed hash (HMAC) over its own contents and a hash of the root node of the index
Dfscrypt.rst322 For directories that are indexed using a secret-keyed dirhash over the
1428 directories. An indexed directory is organized as a tree keyed by
/linux-6.12.1/drivers/crypto/caam/
Dcaamhash.c1901 bool keyed) in caam_hash_alloc() argument
1915 if (keyed) { in caam_hash_alloc()
Dcaamalg_qi2.c4631 struct caam_hash_template *template, bool keyed) in caam_hash_alloc() argument
4645 if (keyed) { in caam_hash_alloc()
/linux-6.12.1/Documentation/filesystems/ext4/
Ddirectory.rst196 balanced tree keyed off a hash of the directory entry name. If the
/linux-6.12.1/drivers/crypto/ccree/
Dcc_hash.c1822 struct device *dev, bool keyed) in cc_alloc_hash_alg() argument
1836 if (keyed) { in cc_alloc_hash_alg()
/linux-6.12.1/arch/loongarch/
DKconfig399 kernel, keyed by the dts filename, containing the relevant DTBs.
/linux-6.12.1/Documentation/trace/
Dhistogram.rst19 aggregates event hits into a hash table keyed on one or more trace
1038 hash table keyed on stacktrace::
2282 sched_waking and another for sched_switch, keyed on pid. Whenever
2341 sched_waking and another for sched_switch, keyed on pid. Whenever
2462 event, keyed on dport. Whenever a tcp_probe event occurs, the
Devents.rst568 This command aggregates event hits into a hash table keyed on one or
/linux-6.12.1/tools/perf/Documentation/
Dperf-script-python.txt259 effectively end up with a single-level dictionary keyed on syscall id
/linux-6.12.1/crypto/
DKconfig872 of any size between 1 and 64 bytes. The keyed hash is also implemented.