/linux-6.15/tools/testing/selftests/drivers/net/hw/ |
D | rss_input_xfrm.py | 26 Test symmetric input_xfrm. 27 If symmetric RSS hash is configured, send traffic twice, swapping the 33 raise KsftSkipEx("Need at least two CPUs to test symmetric RSS hash") 38 # Check for symmetric xor/or-xor 40 raise KsftSkipEx("Symmetric RSS hash not requested") 52 …ved traffic on different cpus with ports ({port1 = }, {port2 = }) while symmetric hash is configur…
|
/linux-6.15/Documentation/crypto/ |
D | api-skcipher.rst | 10 Symmetric Key Cipher API 14 :doc: Symmetric Key Cipher API 19 Symmetric Key Cipher Request Handle 23 :doc: Symmetric Key Cipher Request Handle
|
D | userspace-if.rst | 36 - Symmetric ciphers 90 is of particular interest for symmetric cipher operations where a 138 Symmetric Cipher API 149 .salg_type = "skcipher", /* this selects the symmetric cipher */ 195 The operation is very similar to the symmetric cipher discussion. During 203 .salg_type = "aead", /* this selects the symmetric cipher */ 377 - the skcipher cipher type (symmetric ciphers) 388 key for symmetric encryption.
|
D | devel-algos.rst | 47 Single-Block Symmetric Ciphers [CIPHER] 53 implementations, that being the CIPHER type used for symmetric ciphers. 125 length-preserving symmetric cipher algorithm.
|
D | architecture.rst | 10 - Symmetric ciphers 145 - skcipher for symmetric key ciphers 179 type. Symmetric ciphers, however, typically support multiple key sizes 182 not provide a separate way to select the particular symmetric cipher key
|
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | rss.c | 164 rss->hash.symmetric = true; in mlx5e_rss_params_init() 570 int mlx5e_rss_get_rxfh(struct mlx5e_rss *rss, u32 *indir, u8 *key, u8 *hfunc, bool *symmetric) in mlx5e_rss_get_rxfh() argument 583 if (symmetric) in mlx5e_rss_get_rxfh() 584 *symmetric = rss->hash.symmetric; in mlx5e_rss_get_rxfh() 590 const u8 *key, const u8 *hfunc, const bool *symmetric, in mlx5e_rss_set_rxfh() argument 630 if (symmetric) { in mlx5e_rss_set_rxfh() 631 rss->hash.symmetric = *symmetric; in mlx5e_rss_set_rxfh()
|
D | rss.h | 50 int mlx5e_rss_get_rxfh(struct mlx5e_rss *rss, u32 *indir, u8 *key, u8 *hfunc, bool *symmetric); 52 const u8 *key, const u8 *hfunc, const bool *symmetric,
|
D | rx_res.h | 52 u32 *indir, u8 *key, u8 *hfunc, bool *symmetric); 55 const bool *symmetric);
|
/linux-6.15/drivers/tty/ipwireless/ |
D | tty.h | 7 * Ben Martel <benm@symmetric.co.nz> 10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
|
D | main.h | 7 * Ben Martel <benm@symmetric.co.nz> 10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
|
D | network.h | 7 * Ben Martel <benm@symmetric.co.nz> 10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
|
D | hardware.h | 7 * Ben Martel <benm@symmetric.co.nz> 10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
|
D | setup_protocol.h | 7 * Ben Martel <benm@symmetric.co.nz> 10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
|
/linux-6.15/drivers/dma/ti/ |
D | k3-psil-priv.h | 24 * In case of symmetric configuration for a matching src/dst thread (for example 27 * the symmetric match.
|
/linux-6.15/include/crypto/ |
D | skcipher.h | 3 * Symmetric key ciphers. 32 * struct skcipher_request - Symmetric key cipher request 98 * struct skcipher_alg - symmetric key cipher definition 170 * struct lskcipher_alg - linear symmetric key cipher definition 230 * DOC: Symmetric Key Cipher API 232 * Symmetric key cipher API is used with the ciphers of type 247 * For the symmetric key cipher API, the state is maintained with the tfm 266 * crypto_alloc_skcipher() - allocate symmetric key cipher handle 287 * crypto_alloc_lskcipher() - allocate linear symmetric key cipher handle 788 * DOC: Symmetric Key Cipher Request Handle [all …]
|
/linux-6.15/security/keys/trusted-keys/ |
D | trusted_tee.c | 22 * Get random data for symmetric key 61 * Have the TEE seal(encrypt) the symmetric key 108 * Have the TEE unseal(decrypt) the symmetric key 155 * Have the TEE generate random symmetric key
|
/linux-6.15/Documentation/ABI/testing/ |
D | sysfs-driver-qat | 34 * sym: the device is configured for running symmetric crypto 41 * sym;dc: the device is configured for running symmetric crypto 118 * sym: the ring pair is configured for running symmetric crypto
|
/linux-6.15/drivers/net/ethernet/freescale/fman/ |
D | fman_keygen.c | 107 /* Symmetric hash usage: 109 * - the value for symmetric hash usage must be in accordance with hash 111 * - according to tests performed, spreading is not working if symmetric 113 * So ultimately symmetric hash functionality should be always disabled: 218 bool symmetric_hash; /* Symmetric Hash option usage */ 577 * complies with symmetric hash in keygen_scheme_setup() 579 * the key is symmetric in keygen_scheme_setup()
|
/linux-6.15/security/keys/ |
D | Kconfig | 76 keys in the kernel. Trusted keys are random number symmetric keys, 99 encrypted/decrypted with a 'master' symmetric key. The 'master'
|
/linux-6.15/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 189 * Any runtime pm reference obtained by this function must have a symmetric 207 * Any runtime pm reference obtained by this function must have a symmetric 233 * Any runtime pm reference obtained by this function must have a symmetric 281 * Any runtime pm reference obtained by this function must have a symmetric
|
/linux-6.15/Documentation/livepatch/ |
D | system-state.rst | 160 *pre_unpatch()* typically does symmetric operations to *post_patch()*. 165 *post_unpatch()* typically does symmetric operations to *pre_patch()*.
|
/linux-6.15/Documentation/security/keys/ |
D | trusted-encrypted.rst | 6 key ring service. Both of these new types are variable length symmetric keys, 281 The decrypted portion of encrypted keys can contain either a simple symmetric 362 quality symmetric key for HMAC protection of file metadata. The use of a 448 represents a symmetric key and must be unsealed before
|
/linux-6.15/net/tls/ |
D | Kconfig | 15 Enable kernel support for TLS protocol. This allows symmetric
|
/linux-6.15/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-spear.txt | 5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
|
/linux-6.15/Documentation/devicetree/bindings/crypto/ |
D | brcm,spu-crypto.txt | 1 The Broadcom Secure Processing Unit (SPU) hardware supports symmetric
|