Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drss.c164 rss->hash.symmetric = true; in mlx5e_rss_params_init()
580 bool *symmetric) in mlx5e_rss_get_rxfh() argument
593 if (symmetric) in mlx5e_rss_get_rxfh()
594 *symmetric = rss->hash.symmetric; in mlx5e_rss_get_rxfh()
598 const u8 *key, const u8 *hfunc, const bool *symmetric, in mlx5e_rss_set_rxfh() argument
638 if (symmetric) { in mlx5e_rss_set_rxfh()
639 rss->hash.symmetric = *symmetric; in mlx5e_rss_set_rxfh()
H A Drss.h64 bool *symmetric);
66 const u8 *key, const u8 *hfunc, const bool *symmetric,
H A Drx_res.h54 bool *symmetric);
57 const bool *symmetric);
H A Drx_res.c220 u32 *indir, u8 *key, u8 *hfunc, bool *symmetric) in mlx5e_rx_res_rss_get_rxfh() argument
229 mlx5e_rss_get_rxfh(rss, indir, key, hfunc, symmetric); in mlx5e_rx_res_rss_get_rxfh()
234 const bool *symmetric) in mlx5e_rx_res_rss_set_rxfh() argument
246 return mlx5e_rss_set_rxfh(rss, indir, key, hfunc, symmetric, in mlx5e_rx_res_rss_set_rxfh()
H A Dtir.h12 bool symmetric; member
H A Dtir.c127 MLX5_SET(tirc, tirc, rx_hash_symmetric, rss_hash->symmetric); in mlx5e_tir_builder_build_rss()
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-spear.txt5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1488 bool symmetric; in mlx5e_get_rxfh() local
1492 &rxfh->hfunc, &symmetric); in mlx5e_get_rxfh()
1495 if (symmetric) in mlx5e_get_rxfh()
1528 bool symmetric = rxfh->input_xfrm == RXH_XFRM_SYM_OR_XOR; in mlx5e_set_rxfh() local
1542 rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); in mlx5e_set_rxfh()
1554 bool symmetric = rxfh->input_xfrm == RXH_XFRM_SYM_OR_XOR; in mlx5e_create_rxfh_context() local
1573 rxfh->input_xfrm == RXH_XFRM_NO_CHANGE ? NULL : &symmetric); in mlx5e_create_rxfh_context()
1580 &ctx->hfunc, &symmetric); in mlx5e_create_rxfh_context()
1581 if (symmetric) in mlx5e_create_rxfh_context()
1594 bool symmetric = rxfh->input_xfrm == RXH_XFRM_SYM_OR_XOR; in mlx5e_modify_rxfh_context() local
[all …]
/linux/net/tls/
H A DKconfig15 Enable kernel support for TLS protocol. This allows symmetric
/linux/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 */
376 - the skcipher cipher type (symmetric ciphers)
387 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.
H A Darchitecture.rst145 - skcipher for symmetric key ciphers
182 not provide a separate way to select the particular symmetric cipher key
/linux/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/security/keys/
H A DKconfig74 keys in the kernel. Trusted keys are random number symmetric keys,
95 encrypted/decrypted with a 'master' symmetric key. The 'master'
/linux/security/keys/trusted-keys/
H A DKconfig17 backend. Trusted keys are random number symmetric keys,
/linux/drivers/crypto/aspeed/
H A DKconfig45 Supports AES/DES symmetric-key encryption and decryption
/linux/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/Documentation/ABI/testing/
H A Dsysfs-driver-qat33 * sym: Configures the device for symmetric cryptographic operations.
122 * sym: the ring pair is configured for running symmetric crypto
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst6 key ring service. Both of these new types are variable length symmetric keys,
377 The decrypted portion of encrypted keys can contain either a simple symmetric
498 quality symmetric key for HMAC protection of file metadata. The use of a
584 represents a symmetric key and must be unsealed before
/linux/drivers/cpufreq/
H A DKconfig215 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP)
227 management. It supports both uniprocessor (UP) and symmetric
/linux/Documentation/networking/
H A Dipvlan.rst89 works in this mode and hence it is L3-symmetric (L3s). This will have slightly less
H A Dpsp.rst56 a PSP-secured connection or exchanging the symmetric keys.
/linux/crypto/
H A DKconfig432 Camellia is a symmetric key block cipher developed jointly
498 SEED is a 128-bit symmetric key block cipher that has been
838 symmetric key for a block encryption pass applied to the input
1326 Enable the userspace interface for symmetric key cipher algorithms.
/linux/drivers/crypto/
H A DKconfig612 Enable symmetric-key ciphers only:
748 Xilinx ZynqMP has AES-GCM engine used for symmetric key
768 tristate "Broadcom symmetric crypto/hash acceleration support"
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst33 raid5_ls RAID5 left symmetric
36 raid5_rs RAID5 right symmetric

12