/openbmc/linux/arch/x86/crypto/ |
H A D | Kconfig | 17 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XTR, XTS, GCM (AES-NI)" 27 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XTR, XTS 33 tristate "Ciphers: Blowfish, modes: ECB, CBC" 40 Length-preserving ciphers: Blowfish with ECB and CBC modes 45 tristate "Ciphers: Camellia with modes: ECB, CBC" 51 Length-preserving ciphers: Camellia with ECB and CBC modes 56 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX)" 63 Length-preserving ciphers: Camellia with ECB and CBC modes 70 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX2)" 74 Length-preserving ciphers: Camellia with ECB and CBC modes [all …]
|
H A D | blowfish_glue.c | 7 * CBC & ECB parts based on code (crypto/cbc.c,ecb.c) by: 29 const u8 *src, bool cbc); 124 .base.cra_name = "cbc(blowfish)", 125 .base.cra_driver_name = "cbc-blowfish-asm",
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 149.out | 355 # ================= dm-crypt cast5-128-cbc-plain64-sha1 ================= 357 truncate TEST_DIR/luks-cast5-128-cbc-plain64-sha1.img --size 4194304MB 359 …e luks1 --cipher cast5-cbc-plain64 --key-size 128 --hash sha1 --key-slot 0 --key-file - --iter-tim… 361 …do cryptsetup -q -v luksOpen TEST_DIR/luks-cast5-128-cbc-plain64-sha1.img qiotest-145-cast5-128-cb… 363 sudo chown UID:GID /dev/mapper/qiotest-145-cast5-128-cbc-plain64-sha1 364 …00M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-cast5-128-cbc-plain64-sha1 369 sudo chown UID:GID /dev/mapper/qiotest-145-cast5-128-cbc-plain64-sha1 370 …28M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-cast5-128-cbc-plain64-sha1 375 sudo cryptsetup -q -v luksClose qiotest-145-cast5-128-cbc-plain64-sha1 377 …--image-opts driver=luks,key-secret=sec0,file.filename=TEST_DIR/luks-cast5-128-cbc-plain64-sha1.img [all …]
|
H A D | 149 | 438 LUKSConfig("cast5-128-cbc-plain64-sha1", 439 "cast5", 128, "cbc", "plain64", None, "sha1"), 445 LUKSConfig("aes-256-cbc-plain-sha1", 446 "aes", 256, "cbc", "plain", None, "sha1"), 447 LUKSConfig("aes-256-cbc-plain64-sha1", 448 "aes", 256, "cbc", "plain64", None, "sha1"), 449 LUKSConfig("aes-256-cbc-essiv-sha256-sha1", 450 "aes", 256, "cbc", "essiv", "sha256", "sha1"), 511 LUKSConfig("aes-256-cbc-essiv-auto-sha1", 512 "aes", 256, "cbc", "essiv", None, "sha1"), [all …]
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | Kconfig | 6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC" 14 Length-preserving ciphers: DES with ECB and CBC modes 15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes 70 tristate "Ciphers: AES, modes: ECB, CBC, CTR" 75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes 80 tristate "Ciphers: Camellia, modes: ECB, CBC" 86 Length-preserving ciphers: Camellia with ECB and CBC modes
|
/openbmc/linux/arch/s390/crypto/ |
H A D | Kconfig | 84 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM" 91 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes 95 As of z9 the ECB and CBC modes are hardware accelerated 98 As of z10 the ECB and CBC modes are hardware accelerated 106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR" 114 Length-preserving ciphers: DES with ECB, CBC, and CTR modes 115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes 119 As of z990 the ECB and CBC mode are hardware accelerated.
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | Kconfig | 132 tristate "Ciphers: AES, modes: ECB, CBC, CTR, CTS, XCTR, XTS" 136 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS, 138 AEAD cipher: AES with CBC, ESSIV, and SHA-256 155 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)" 163 - CBC (Cipher Block Chaining) mode (NIST SP800-38A) 172 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (NEON)" 180 - CBC (Cipher Block Chaining) mode (NIST SP800-38A) 202 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XCTR/XTS modes (bit-sliced NEON)" 211 - CBC (Cipher Block Chaining) mode (NIST SP800-38A) 234 tristate "Ciphers: SM4, modes: ECB/CBC/CFB/CTR/XTS (ARMv8 Crypto Extensions)" [all …]
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | Kconfig | 13 cbc(aes), ctr(aes), ccm(aes), gcm(aes), cbc(sm4), ctr(sm4), ccm(sm4) 17 enabled: ecb(aes), cts(cbc(aes)), ecb(sm4) and cts(cbc(sm4)). 35 AES/SM4 CBC with CTS mode hardware acceleration for use with 38 Provides OCS version of cts(cbc(aes)) and cts(cbc(sm4)).
|
/openbmc/linux/crypto/ |
H A D | tcrypt.c | 1480 ret = min(ret, tcrypt_test("cbc(des)")); in do_test() 1486 ret = min(ret, tcrypt_test("cbc(des3_ede)")); in do_test() 1500 ret = min(ret, tcrypt_test("cbc(blowfish)")); in do_test() 1506 ret = min(ret, tcrypt_test("cbc(twofish)")); in do_test() 1514 ret = min(ret, tcrypt_test("cbc(serpent)")); in do_test() 1522 ret = min(ret, tcrypt_test("cbc(aes)")); in do_test() 1546 ret = min(ret, tcrypt_test("cbc(cast5)")); in do_test() 1552 ret = min(ret, tcrypt_test("cbc(cast6)")); in do_test() 1596 ret = min(ret, tcrypt_test("cbc(anubis)")); in do_test() 1609 ret = min(ret, tcrypt_test("cbc(camellia)")); in do_test() [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1244 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_done() 1485 .cra_name = "cbc(aes)", 1486 .cra_driver_name = "cbc-aes-caam-qi", 1501 .cra_name = "cbc(des3_ede)", 1502 .cra_driver_name = "cbc-3des-caam-qi", 1517 .cra_name = "cbc(des)", 1518 .cra_driver_name = "cbc-des-caam-qi", 1653 .cra_name = "authenc(hmac(md5),cbc(aes))", 1655 "cbc-aes-caam-qi", 1675 "cbc(aes)))", [all …]
|
H A D | caamalg.c | 1041 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_crypt_done() 1891 .cra_name = "cbc(aes)", 1892 .cra_driver_name = "cbc-aes-caam", 1910 .cra_name = "cbc(des3_ede)", 1911 .cra_driver_name = "cbc-3des-caam", 1929 .cra_name = "cbc(des)", 1930 .cra_driver_name = "cbc-des-caam", 2284 .cra_name = "authenc(hmac(md5),cbc(aes))", 2286 "cbc-aes-caam", 2309 "cbc(aes)))", [all …]
|
H A D | caamalg_qi2.c | 1419 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_encrypt_done() 1457 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_decrypt_done() 1678 .cra_name = "cbc(aes)", 1679 .cra_driver_name = "cbc-aes-caam-qi2", 1694 .cra_name = "cbc(des3_ede)", 1695 .cra_driver_name = "cbc-3des-caam-qi2", 1710 .cra_name = "cbc(des)", 1711 .cra_driver_name = "cbc-des-caam-qi2", 1862 .cra_name = "authenc(hmac(md5),cbc(aes))", 1864 "cbc-aes-caam-qi2", [all …]
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | gss_krb5.h | 136 #define ENCTYPE_DES_CBC_CRC 0x0001 /* DES cbc mode with CRC-32 */ 137 #define ENCTYPE_DES_CBC_MD4 0x0002 /* DES cbc mode with RSA-MD4 */ 138 #define ENCTYPE_DES_CBC_MD5 0x0003 /* DES cbc mode with RSA-MD5 */ 139 #define ENCTYPE_DES_CBC_RAW 0x0004 /* DES cbc mode raw */ 141 #define ENCTYPE_DES3_CBC_SHA 0x0005 /* DES-3 cbc mode with NIST-SHA */ 142 #define ENCTYPE_DES3_CBC_RAW 0x0006 /* DES-3 cbc mode raw */
|
/openbmc/linux/arch/arm/crypto/ |
H A D | Kconfig | 167 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (bit-sliced NEON)" 178 - CBC (Cipher Block Chaining) mode (NIST SP800-38A) 184 and for XTS mode encryption, CBC and XTS mode decryption speedup is 185 around 25%. (CBC encryption speed is not affected by this driver.) 190 tristate "Ciphers: AES, modes: ECB/CBC/CTS/CTR/XTS (ARMv8 Crypto Extensions)" 199 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
|
/openbmc/phosphor-net-ipmid/ |
H A D | crypt_algo.cpp | 111 * AES-CBC-128. ctx must be initialized before calling this function. K2 is in decryptData() 118 "AES-CBC-128"); in decryptData() 136 * size. Since AES-CBC-128 encrypted payload format adds padding bytes and in decryptData() 172 * AES-CBC-128. ctx must be initialized before calling this function. K2 is in encryptData() 179 "AES-CBC-128"); in encryptData() 203 "AES-CBC-128"); in encryptData()
|
/openbmc/linux/drivers/crypto/ |
H A D | Kconfig | 298 the ECB and CBC modes of operation are supported by the driver. Also 374 authenc(hmac(shaX),Y(cbc)) algorithms. 472 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB 545 - AES (CBC, CTR, ECB, XTS) 546 - 3DES (CBC, ECB) 547 - DES (CBC, ECB) 556 - AES (CBC, CTR, ECB, XTS) 557 - 3DES (ECB, CBC) 558 - DES (ECB, CBC) 650 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode. [all …]
|
H A D | talitos.c | 2268 .cra_name = "authenc(hmac(sha1),cbc(aes))", 2270 "cbc-aes-talitos", 2290 .cra_name = "authenc(hmac(sha1),cbc(aes))", 2292 "cbc-aes-talitos-hsna", 2312 "cbc(des3_ede))", 2314 "cbc-3des-talitos", 2337 "cbc(des3_ede))", 2339 "cbc-3des-talitos-hsna", 2360 .cra_name = "authenc(hmac(sha224),cbc(aes))", 2362 "cbc-aes-talitos", [all …]
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | aes_cbc.c | 3 * AES CBC routines supporting VMX instructions on the Power 8 29 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init() 33 pr_err("Failed to allocate cbc(aes) fallback: %ld\n", in p8_aes_cbc_init() 118 .base.cra_name = "cbc(aes)",
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_mech.c | 42 .encrypt_name = "cts(cbc(aes))", 43 .aux_cipher = "cbc(aes)", 71 .encrypt_name = "cts(cbc(aes))", 72 .aux_cipher = "cbc(aes)", 103 .encrypt_name = "cts(cbc(camellia))", 104 .aux_cipher = "cbc(camellia)", 129 .encrypt_name = "cts(cbc(camellia))", 130 .aux_cipher = "cbc(camellia)", 158 .encrypt_name = "cts(cbc(aes))", 159 .aux_cipher = "cbc(aes)", [all …]
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | wcnss_ctrl.c | 30 * @cbc: completion for cbc complete indication 39 struct completion cbc; member 158 complete(&wcnss->cbc); in wcnss_ctrl_smd_callback() 195 * @expect_cbc: indicator to caller that an cbc event is expected 308 ret = wait_for_completion_timeout(&wcnss->cbc, WCNSS_REQUEST_TIMEOUT); in wcnss_async_probe() 328 init_completion(&wcnss->cbc); in wcnss_ctrl_probe()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 379 dev_err(dev, "CPP keys only supported in CBC or CTR modes.\n"); in cc_cipher_sethkey() 425 /* We only support 256 bit ESSIV-CBC-AES keys */ in cc_cipher_setkey() 1029 .name = "essiv(cbc(paes),sha256)", 1065 .name = "cbc(paes)", 1066 .driver_name = "cbc-paes-ccree", 1101 .name = "cts(cbc(paes))", 1102 .driver_name = "cts-cbc-paes-ccree", 1158 .name = "essiv(cbc(aes),sha256)", 1192 .name = "cbc(aes)", 1193 .driver_name = "cbc-aes-ccree", [all …]
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 156 /* CBC */ in safexcel_aead_iv() 177 /* Construct IV block B0 for the CBC-MAC */ in safexcel_aead_token() 657 * Update IV in req from last crypto output word for CBC modes in safexcel_handle_req_result() 717 * Save IV from last crypto input word for CBC modes in decrypt in safexcel_send_req() 1057 * Save input IV in case of CBC decrypt mode in safexcel_skcipher_send() 1339 .cra_name = "cbc(aes)", 1340 .cra_driver_name = "safexcel-cbc-aes", 1551 .cra_name = "cbc(des)", 1552 .cra_driver_name = "safexcel-cbc-des", 1650 .cra_name = "cbc(des3_ede)", [all …]
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_algo.c | 388 .name = "cbc(des)", 409 .name = "cbc(des3_ede)", 430 .name = "cbc(cast5)", 451 .name = "cbc(blowfish)", 472 .name = "cbc(aes)", 493 .name = "cbc(serpent)", 514 .name = "cbc(camellia)", 535 .name = "cbc(twofish)", 576 .name = "cbc(sm4)",
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | vrf-xfrm-tests.sh | 268 enc 'cbc(aes)' ${ENC_1} \ 275 enc 'cbc(aes)' ${ENC_1} \ 283 enc 'cbc(aes)' ${ENC_2} \ 290 enc 'cbc(aes)' ${ENC_2} \ 298 enc 'cbc(aes)' ${ENC_1} \ 305 enc 'cbc(aes)' ${ENC_1} \ 313 enc 'cbc(aes)' ${ENC_2} \ 320 enc 'cbc(aes)' ${ENC_2} \
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 97 /* NIST F.2.1 CBC-AES128.Encrypt */ 98 .path = "/crypto/cipher/aes-cbc-128", 115 /* NIST F.2.3 CBC-AES128.Encrypt */ 116 .path = "/crypto/cipher/aes-cbc-192", 133 /* NIST F.2.5 CBC-AES128.Encrypt */ 134 .path = "/crypto/cipher/aes-cbc-256", 156 * ciphertext in ECB and CBC modes 167 .path = "/crypto/cipher/des-cbc-56-one-block", 193 .path = "/crypto/cipher/3des-cbc",
|