Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/arch/sparc/crypto/
H A DKconfig14 Length-preserving ciphers: DES with ECB and CBC modes
15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes
64 Block ciphers: AES cipher algorithms (FIPS-197)
65 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
75 Block ciphers: Camellia cipher algorithms
76 Length-preserving ciphers: Camellia with ECB and CBC modes
/linux-6.15/arch/x86/crypto/
H A DKconfig47 Length-preserving ciphers: Blowfish with ECB and CBC modes
58 Length-preserving ciphers: Camellia with ECB and CBC modes
70 Length-preserving ciphers: Camellia with ECB and CBC modes
81 Length-preserving ciphers: Camellia with ECB and CBC modes
144 Length-preserving ciphers: Serpent cipher algorithm
160 Length-preserving ciphers: Serpent cipher algorithm
177 Length-preserving ciphers: Serpent cipher algorithm
190 Length-preserving ciphers: Serpent cipher algorithm
206 Length-preserving ciphers: SM4 cipher algorithms
228 Length-preserving ciphers: SM4 cipher algorithms
[all …]
/linux-6.15/Documentation/crypto/
H A Dintro.rst7 The kernel crypto API offers a rich set of cryptographic ciphers as well
15 specification, hints to developers of ciphers are provided. Pointers to
21 transformations and handles them the same way as ciphers.
27 - data transformation implementations (typically ciphers) that can be
31 well as for developers implementing ciphers. This API specification,
33 implementations (i.e. implementations of ciphers and other
H A Darchitecture.rst10 - Symmetric ciphers
12 - AEAD ciphers
23 The kernel crypto API provides implementations of single block ciphers
26 block ciphers and message digests. Templates include all types of block
29 Single block ciphers and message digests can either be directly used by
30 a caller or invoked together with a template to form multi-block ciphers
54 In these examples, "aes" and "sha1" are the ciphers and all others are
121 ciphers. Each block listed in /proc/crypto may contain the following
134 "kernel" for statically linked ciphers)
145 - skcipher for symmetric key ciphers
[all …]
H A Dapi-intro.rst12 mode ciphers), this will allow for pages to be encrypted in-place
46 meant to support all ciphers including stream ciphers. The difference
49 subject to block size requirements (i.e., non-stream ciphers can only
94 When using the API for ciphers, performance will be optimal if each
H A Duserspace-if.rst32 following ciphers are accessible:
36 - Symmetric ciphers
38 - AEAD ciphers
57 calls. This includes the generic vs. unique naming schema for ciphers as
377 - the skcipher cipher type (symmetric ciphers)
395 AEAD ciphers. For a encryption operation, the authentication tag of
H A Ddevel-algos.rst53 implementations, that being the CIPHER type used for symmetric ciphers.
104 implementations. The multi-block ciphers are used for transformations
/linux-6.15/arch/arm64/crypto/
H A DKconfig136 Block ciphers: AES cipher algorithms (FIPS-197)
137 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS,
150 Block ciphers: AES cipher algorithms (FIPS-197)
161 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
178 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
197 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
210 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
229 Block ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
241 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
259 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
/linux-6.15/arch/s390/crypto/
H A DKconfig79 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes
100 Block ciphers: DES (FIPS 46-2) cipher algorithm
101 Block ciphers: Triple DES EDE (FIPS 46-3) cipher algorithm
102 Length-preserving ciphers: DES with ECB, CBC, and CTR modes
103 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
/linux-6.15/arch/powerpc/crypto/
H A DKconfig60 Block ciphers: AES cipher algorithms (FIPS-197)
61 Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
103 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
/linux-6.15/net/sunrpc/
H A DKconfig46 that utilize Advanced Encryption Standard (AES) ciphers and
58 that utilize Camellia ciphers (RFC 3713) and CMAC digests
71 that utilize Advanced Encryption Standard (AES) ciphers and
/linux-6.15/arch/riscv/crypto/
H A DKconfig13 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTS
26 Length-preserving ciphers: ChaCha20 stream cipher algorithm
/linux-6.15/drivers/crypto/allwinner/
H A DKconfig21 The Security System handle AES/DES/3DES ciphers in CBC mode
57 The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode.
110 The Security System handle AES/3DES ciphers in ECB/CBC mode.
/linux-6.15/arch/arm/crypto/
H A DKconfig156 Block ciphers: AES cipher algorithms (FIPS-197)
177 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
205 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
223 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
/linux-6.15/drivers/crypto/amlogic/
H A DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/linux-6.15/arch/mips/crypto/
H A DKconfig63 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
/linux-6.15/drivers/crypto/
H A DKconfig150 is especially used during self test of protected key ciphers like
602 bool "Symmetric-key ciphers only"
605 Enable symmetric-key ciphers only:
638 Considering the 256-bit ciphers, software is 2-3 times faster than
783 AES block ciphers in ECB and CBC mode, as well as SHA1, SHA224, SHA256,
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c680 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)]; member
4038 u32 *ciphers; member
5319 if (param->ciphers) { in mac80211_hwsim_new_radio()
5320 memcpy(data->ciphers, param->ciphers, in mac80211_hwsim_new_radio()
5322 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio()
6010 static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers) in hwsim_known_ciphers() argument
6019 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers()
6187 param.ciphers = in hwsim_new_radio_nl()
6206 if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) { in hwsim_new_radio_nl()
/linux-6.15/crypto/
H A DKconfig345 menu "Block ciphers"
595 menu "Length-preserving ciphers and modes"
615 underlying stream and block ciphers, subject to a security
765 menu "AEAD (authenticated encryption with associated data) ciphers"
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c446 BUILD_BUG_ON(ARRAY_SIZE(mvm->ciphers) < ARRAY_SIZE(mvm_ciphers) + 6); in iwl_mvm_mac_setup_register()
447 memcpy(mvm->ciphers, mvm_ciphers, sizeof(mvm_ciphers)); in iwl_mvm_mac_setup_register()
449 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register()
452 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
455 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
468 mvm->ciphers[hw->wiphy->n_cipher_suites] = WLAN_CIPHER_SUITE_AES_CMAC; in iwl_mvm_mac_setup_register()
471 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
474 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
H A Dmvm.h1306 u32 ciphers[IWL_MVM_NUM_CIPHERS]; member
/linux-6.15/Documentation/filesystems/
H A Dfscrypt.rst384 The remaining mode pairs are the "national pride ciphers":
388 Generally speaking, these ciphers aren't "bad" per se, but they
391 suggested to only use these ciphers where their use is mandated.
/linux-6.15/drivers/md/
H A DKconfig277 the ciphers you're going to use in the cryptoapi configuration.