Home
last modified time | relevance | path

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

12

/openbmc/linux/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
74 Block ciphers: AES cipher algorithms (FIPS-197)
75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes
85 Block ciphers: Camellia cipher algorithms
86 Length-preserving ciphers: Camellia with ECB and CBC modes
/openbmc/linux/arch/x86/crypto/
H A DKconfig27 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTR, XTS
40 Length-preserving ciphers: Blowfish with ECB and CBC modes
51 Length-preserving ciphers: Camellia with ECB and CBC modes
63 Length-preserving ciphers: Camellia with ECB and CBC modes
74 Length-preserving ciphers: Camellia with ECB and CBC modes
89 Length-preserving ciphers: CAST5 (CAST-128) cipher algorithm
107 Length-preserving ciphers: CAST6 (CAST-256) cipher algorithm
123 Length-preserving ciphers: Triple DES EDE with ECB and CBC modes
137 Length-preserving ciphers: Serpent cipher algorithm
153 Length-preserving ciphers: Serpent cipher algorithm
[all …]
/openbmc/linux/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
119 The list of available ciphers is given in /proc/crypto. However, that
121 ciphers. Each block listed in /proc/crypto may contain the following
134 "kernel" for statically linked 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
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/
H A Ddropbear-disable-weak-ciphers.patch4 Subject: [PATCH] dropbear: new feature: disable-weak-ciphers
6 This feature disables all CBC, SHA1, and diffie-hellman group1 ciphers
7 in the dropbear ssh server and client since they're considered weak ciphers
/openbmc/linux/arch/arm64/crypto/
H A DKconfig135 Block ciphers: AES cipher algorithms (FIPS-197)
136 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS,
149 Block ciphers: AES cipher algorithms (FIPS-197)
160 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
177 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
195 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
208 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
227 Block ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
239 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
258 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
/openbmc/linux/arch/s390/crypto/
H A DKconfig91 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes
112 Block ciphers: DES (FIPS 46-2) cipher algorithm
113 Block ciphers: Triple DES EDE (FIPS 46-3) cipher algorithm
114 Length-preserving ciphers: DES with ECB, CBC, and CTR modes
115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cipher.robot27 [Documentation] Execute all supported ciphers and verify.
35 [Documentation] Execute all unsupported ciphers and verify error.
44 [Documentation] Verify supported ciphers via IPMI lan print command.
49 ${ciphers}= Split String ${lan_print['RMCP+ Cipher Suites']} ,
50 Rprint Vars ciphers
51 Valid List ciphers valid_values=${valid_ciphers}
/openbmc/openbmc/poky/meta/recipes-core/dropbear/
H A Ddropbear_2024.86.bb23 ${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-ciphers.patch', '', d)} \
50 PACKAGECONFIG ?= "disable-weak-ciphers ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
53 PACKAGECONFIG[disable-weak-ciphers] = ""
/openbmc/linux/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
/openbmc/linux/arch/powerpc/crypto/
H A DKconfig80 Block ciphers: AES cipher algorithms (FIPS-197)
81 Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
122 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
/openbmc/linux/arch/arm/crypto/
H A DKconfig153 Block ciphers: AES cipher algorithms (FIPS-197)
175 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
196 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
213 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
/openbmc/linux/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.
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_ssh_security.robot36 # debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,
38 # debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,
/openbmc/linux/drivers/crypto/amlogic/
H A DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/
H A Dhostapd_2.11.bb21 CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers"
/openbmc/linux/arch/mips/crypto/
H A DKconfig69 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch62 This option can be used to select which SSL ciphers vsftpd will allow for
/openbmc/qemu/qapi/
H A Dcrypto.json68 # The supported algorithms for content encryption ciphers
110 # The supported modes for content encryption ciphers
549 # The supported algorithms for asymmetric encryption ciphers
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_3.6.2.bb14 - Abstraction layers for ciphers, hashes, public key operations, \
H A Dmbedtls_2.28.9.bb14 - Abstraction layers for ciphers, hashes, public key operations, \
/openbmc/linux/crypto/
H A DKconfig342 menu "Block ciphers"
592 menu "Length-preserving ciphers and modes"
612 underlying stream and block ciphers, subject to a security
792 menu "AEAD (authenticated encryption with associated data) ciphers"
1410 - AEAD ciphers (encrypt, decrypt)
1411 - asymmetric key ciphers (encrypt, decrypt, verify, sign)
1412 - symmetric key ciphers (encrypt, decrypt)

12