| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A 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()
|
| H A 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,
|
| H A D | rx_res.h | 52 u32 *indir, u8 *key, u8 *hfunc, bool *symmetric); 55 const bool *symmetric);
|
| H A D | tir.h | 12 bool symmetric; member
|
| H A D | rx_res.c | 197 u32 *indir, u8 *key, u8 *hfunc, bool *symmetric) in mlx5e_rx_res_rss_get_rxfh() argument 208 return mlx5e_rss_get_rxfh(rss, indir, key, hfunc, symmetric); in mlx5e_rx_res_rss_get_rxfh() 213 const bool *symmetric) in mlx5e_rx_res_rss_set_rxfh() argument 225 return mlx5e_rss_set_rxfh(rss, indir, key, hfunc, symmetric, in mlx5e_rx_res_rss_set_rxfh()
|
| H A D | tir.c | 127 MLX5_SET(tirc, tirc, rx_hash_symmetric, rss_hash->symmetric); in mlx5e_tir_builder_build_rss()
|
| /linux-6.15/Documentation/devicetree/bindings/cpufreq/ |
| H A D | cpufreq-spear.txt | 5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
|
| H A D | cpufreq-dt.txt | 4 both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A 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/Documentation/devicetree/bindings/crypto/ |
| H A D | brcm,spu-crypto.txt | 1 The Broadcom Secure Processing Unit (SPU) hardware supports symmetric
|
| /linux-6.15/net/tls/ |
| H A D | Kconfig | 15 Enable kernel support for TLS protocol. This allows symmetric
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | nvidia,tegra194-ccplex.yaml | 16 symmetric cores. Compatible string in "cpus" node represents the CPU
|
| H A D | arm,realview.yaml | 34 multiprocessing with ARM11 using MPCore using symmetric
|
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | Kconfig | 18 backend. Trusted keys are random number symmetric keys,
|
| /linux-6.15/Documentation/devicetree/bindings/iio/adc/ |
| H A D | ti,ads1298.yaml | 32 symmetric +/- 2.5V, the regulator should report 5V.
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | chmc.c | 67 char symmetric; member 157 char symmetric; member 258 if (p->symmetric) in get_pin_and_dimm_str()
|
| /linux-6.15/Documentation/crypto/ |
| H A D | userspace-if.rst | 90 is of particular interest for symmetric cipher operations where a 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.
|
| H A D | devel-algos.rst | 53 implementations, that being the CIPHER type used for symmetric ciphers. 125 length-preserving symmetric cipher algorithm.
|
| /linux-6.15/drivers/crypto/aspeed/ |
| H A D | Kconfig | 45 Supports AES/DES symmetric-key encryption and decryption
|
| /linux-6.15/security/keys/ |
| H A 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/Documentation/livepatch/ |
| H A 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/ |
| H A 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/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | apple,aic.yaml | 25 if not symmetric)
|
| /linux-6.15/Documentation/driver-api/cxl/ |
| H A D | access-coordinates.rst | 18 The algorithm assumes the configuration is a symmetric topology as that
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 1465 bool symmetric; in mlx5e_get_rxfh() local 1470 rxfh->indir, rxfh->key, &rxfh->hfunc, &symmetric); in mlx5e_get_rxfh() 1476 if (symmetric) in mlx5e_get_rxfh() 1485 bool symmetric = rxfh->input_xfrm == RXH_XFRM_SYM_OR_XOR; in mlx5e_set_rxfh() local 1521 rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); in mlx5e_set_rxfh()
|