Home
last modified time | relevance | path

Searched full:symmetric (Results 1 – 25 of 201) sorted by relevance

123456789

/Linux-v6.1/Documentation/crypto/
Dapi-skcipher.rst10 Symmetric Key Cipher API
14 :doc: Symmetric Key Cipher API
19 Symmetric Key Cipher Request Handle
23 :doc: Symmetric Key Cipher Request Handle
Duserspace-if.rst36 - 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)
Ddevel-algos.rst47 Single-Block Symmetric Ciphers [CIPHER]
53 implementations, that being the CIPHER type used for symmetric ciphers.
125 length-preserving symmetric cipher algorithm.
Darchitecture.rst10 - 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-v6.1/include/crypto/
Dskcipher.h3 * Symmetric key ciphers.
20 * struct skcipher_request - Symmetric key cipher request
52 * struct skcipher_alg - symmetric key cipher definition
139 * DOC: Symmetric Key Cipher API
141 * Symmetric key cipher API is used with the ciphers of type
156 * For the symmetric key cipher API, the state is maintained with the tfm
175 * crypto_alloc_skcipher() - allocate symmetric key cipher handle
439 * DOC: Symmetric Key Cipher Request Handle
442 * required for the symmetric key cipher operation. This includes the cipher
/Linux-v6.1/drivers/tty/ipwireless/
Dtty.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
Dmain.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
Dnetwork.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
Dhardware.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
Dsetup_protocol.h7 * Ben Martel <benm@symmetric.co.nz>
10 * Copyright (C) 2004 by Symmetric Systems Ltd (NZ)
/Linux-v6.1/drivers/dma/ti/
Dk3-psil-priv.h24 * In case of symmetric configuration for a matching src/dst thread (for example
27 * the symmetric match.
/Linux-v6.1/security/keys/trusted-keys/
Dtrusted_tee.c22 * Get random data for symmetric key
61 * Have the TEE seal(encrypt) the symmetric key
120 * Have the TEE unseal(decrypt) the symmetric key
179 * Have the TEE generate random symmetric key
DKconfig14 backend. Trusted keys are random number symmetric keys,
/Linux-v6.1/drivers/net/ethernet/freescale/fman/
Dfman_keygen.c107 /* 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-v6.1/security/keys/
DKconfig76 keys in the kernel. Trusted keys are random number symmetric keys,
99 encrypted/decrypted with a 'master' symmetric key. The 'master'
/Linux-v6.1/Documentation/security/keys/
Dtrusted-encrypted.rst6 key ring service. Both of these new types are variable length symmetric keys,
237 The decrypted portion of encrypted keys can contain either a simple symmetric
318 quality symmetric key for HMAC protection of file metadata. The use of a
403 represents a symmetric key and must be unsealed before
/Linux-v6.1/Documentation/livepatch/
Dsystem-state.rst160 *pre_unpatch()* typically does symmetric operations to *post_patch()*.
165 *post_unpatch()* typically does symmetric operations to *pre_patch()*.
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_runtime_pm.h144 * Any calls to this function must have a symmetric call to
162 * Any calls to this function must have a symmetric call to
/Linux-v6.1/net/tls/
DKconfig15 Enable kernel support for TLS protocol. This allows symmetric
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Dbrcm,spu-crypto.txt1 The Broadcom Secure Processing Unit (SPU) hardware supports symmetric
/Linux-v6.1/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-spear.txt5 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems
/Linux-v6.1/arch/sparc/kernel/
Dchmc.c63 /* If symmetric use map[0], else it is
66 char symmetric; member
153 /* If symmetric use map[0], else it is
156 char symmetric; member
257 if (p->symmetric) in get_pin_and_dimm_str()
/Linux-v6.1/drivers/crypto/aspeed/
DKconfig47 Supports AES/DES symmetric-key encryption and decryption
/Linux-v6.1/crypto/
DKconfig432 Camellia is a symmetric key block cipher developed jointly
498 SEED is a 128-bit symmetric key block cipher that has been
875 symmetric key for a block encryption pass applied to the input
1316 tristate "Symmetric key cipher algorithms"
1321 Enable the userspace interface for symmetric key cipher algorithms.
1382 - symmetric key ciphers (encrypt, decrypt)
/Linux-v6.1/drivers/crypto/
DKconfig589 bool "Symmetric-key ciphers only"
592 Enable symmetric-key ciphers only:
691 Xilinx ZynqMP has AES-GCM engine used for symmetric key
711 tristate "Broadcom symmetric crypto/hash acceleration support"

123456789