Home
last modified time | relevance | path

Searched refs:symmetric (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drss.c164 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 Drss.h50 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 Drx_res.h52 u32 *indir, u8 *key, u8 *hfunc, bool *symmetric);
55 const bool *symmetric);
H A Dtir.h12 bool symmetric; member
H A Drx_res.c197 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 Dtir.c127 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 Dcpufreq-spear.txt5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
H A Dcpufreq-dt.txt4 both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-qat34 * 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 Dbrcm,spu-crypto.txt1 The Broadcom Secure Processing Unit (SPU) hardware supports symmetric
/linux-6.15/net/tls/
H A DKconfig15 Enable kernel support for TLS protocol. This allows symmetric
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dnvidia,tegra194-ccplex.yaml16 symmetric cores. Compatible string in "cpus" node represents the CPU
H A Darm,realview.yaml34 multiprocessing with ARM11 using MPCore using symmetric
/linux-6.15/security/keys/trusted-keys/
H A DKconfig18 backend. Trusted keys are random number symmetric keys,
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dti,ads1298.yaml32 symmetric +/- 2.5V, the regulator should report 5V.
/linux-6.15/arch/sparc/kernel/
H A Dchmc.c67 char symmetric; member
157 char symmetric; member
258 if (p->symmetric) in get_pin_and_dimm_str()
/linux-6.15/Documentation/crypto/
H A Duserspace-if.rst90 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 Ddevel-algos.rst53 implementations, that being the CIPHER type used for symmetric ciphers.
125 length-preserving symmetric cipher algorithm.
/linux-6.15/drivers/crypto/aspeed/
H A DKconfig45 Supports AES/DES symmetric-key encryption and decryption
/linux-6.15/security/keys/
H A DKconfig76 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 Dsystem-state.rst160 *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 Dtrusted-encrypted.rst6 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 Dapple,aic.yaml25 if not symmetric)
/linux-6.15/Documentation/driver-api/cxl/
H A Daccess-coordinates.rst18 The algorithm assumes the configuration is a symmetric topology as that
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1465 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()

12