Home
last modified time | relevance | path

Searched full:cbc (Results 1 – 25 of 164) sorted by relevance

1234567

/Linux-v5.10/drivers/crypto/caam/
Dcaamalg_qi.c1233 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_done()
1469 .cra_name = "cbc(aes)",
1470 .cra_driver_name = "cbc-aes-caam-qi",
1485 .cra_name = "cbc(des3_ede)",
1486 .cra_driver_name = "cbc-3des-caam-qi",
1501 .cra_name = "cbc(des)",
1502 .cra_driver_name = "cbc-des-caam-qi",
1637 .cra_name = "authenc(hmac(md5),cbc(aes))",
1639 "cbc-aes-caam-qi",
1659 "cbc(aes)))",
[all …]
Dcaamalg.c1024 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_crypt_done()
1864 .cra_name = "cbc(aes)",
1865 .cra_driver_name = "cbc-aes-caam",
1880 .cra_name = "cbc(des3_ede)",
1881 .cra_driver_name = "cbc-3des-caam",
1896 .cra_name = "cbc(des)",
1897 .cra_driver_name = "cbc-des-caam",
2203 .cra_name = "authenc(hmac(md5),cbc(aes))",
2205 "cbc-aes-caam",
2225 "cbc(aes)))",
[all …]
Dcaamalg_qi2.c1413 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_encrypt_done()
1451 * ciphertext block (CBC mode) or last counter (CTR mode). in skcipher_decrypt_done()
1669 .cra_name = "cbc(aes)",
1670 .cra_driver_name = "cbc-aes-caam-qi2",
1685 .cra_name = "cbc(des3_ede)",
1686 .cra_driver_name = "cbc-3des-caam-qi2",
1701 .cra_name = "cbc(des)",
1702 .cra_driver_name = "cbc-des-caam-qi2",
1853 .cra_name = "authenc(hmac(md5),cbc(aes))",
1855 "cbc-aes-caam-qi2",
[all …]
/Linux-v5.10/crypto/
Dtcrypt.c1689 ret += tcrypt_test("cbc(des)"); in do_test()
1695 ret += tcrypt_test("cbc(des3_ede)"); in do_test()
1709 ret += tcrypt_test("cbc(blowfish)"); in do_test()
1715 ret += tcrypt_test("cbc(twofish)"); in do_test()
1723 ret += tcrypt_test("cbc(serpent)"); in do_test()
1731 ret += tcrypt_test("cbc(aes)"); in do_test()
1754 ret += tcrypt_test("cbc(cast5)"); in do_test()
1760 ret += tcrypt_test("cbc(cast6)"); in do_test()
1808 ret += tcrypt_test("cbc(anubis)"); in do_test()
1833 ret += tcrypt_test("cbc(camellia)"); in do_test()
[all …]
Dcbc.c3 * CBC: Cipher Block Chaining mode
202 .name = "cbc",
221 MODULE_DESCRIPTION("CBC block cipher mode of operation");
222 MODULE_ALIAS_CRYPTO("cbc");
/Linux-v5.10/drivers/crypto/
DKconfig196 As of z990 the ECB and CBC mode are hardware accelerated.
208 As of z9 the ECB and CBC modes are hardware accelerated
210 As of z10 the ECB and CBC modes are hardware accelerated
401 the ECB and CBC modes of operation are supported by the driver. Also
505 authenc(hmac(shaX),Y(cbc)) algorithms.
602 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
668 - AES (CBC, CTR, ECB, XTS)
669 - 3DES (CBC, ECB)
670 - DES (CBC, ECB)
679 - AES (CBC, CTR, ECB, XTS)
[all …]
Dtalitos.c2263 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2265 "cbc-aes-talitos",
2285 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2287 "cbc-aes-talitos-hsna",
2307 "cbc(des3_ede))",
2309 "cbc-3des-talitos",
2332 "cbc(des3_ede))",
2334 "cbc-3des-talitos-hsna",
2355 .cra_name = "authenc(hmac(sha224),cbc(aes))",
2357 "cbc-aes-talitos",
[all …]
/Linux-v5.10/drivers/soc/qcom/
Dwcnss_ctrl.c29 * @cbc: completion for cbc complete indication
38 struct completion cbc; member
156 complete(&wcnss->cbc); in wcnss_ctrl_smd_callback()
193 * @expect_cbc: indicator to caller that an cbc event is expected
300 ret = wait_for_completion_timeout(&wcnss->cbc, WCNSS_REQUEST_TIMEOUT); in wcnss_async_probe()
320 init_completion(&wcnss->cbc); in wcnss_ctrl_probe()
/Linux-v5.10/drivers/crypto/vmx/
Daes_cbc.c3 * 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)",
/Linux-v5.10/arch/arm/crypto/
DKconfig88 Use a faster and more secure NEON based implementation of AES in CBC,
92 and for XTS mode encryption, CBC and XTS mode decryption speedup is
93 around 25%. (CBC encryption speed is not affected by this driver.)
104 Use an implementation of AES in CBC, CTR and XTS modes that uses
/Linux-v5.10/net/sunrpc/
DKconfig44 deprecated encryption types include DES-CBC-MD5, DES-CBC-CRC,
45 and DES-CBC-MD4. These types were deprecated by RFC 6649 because
/Linux-v5.10/arch/arm64/crypto/
DKconfig87 tristate "AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions"
95 tristate "AES in ECB/CBC/CTR/XTS modes using NEON instructions"
121 tristate "AES in ECB/CBC/CTR/XTS modes using bit-sliced NEON algorithm"
/Linux-v5.10/drivers/crypto/ccree/
Dcc_cipher.c376 dev_err(dev, "CPP keys only supported in CBC or CTR modes.\n"); in cc_cipher_sethkey()
422 /* We only support 256 bit ESSIV-CBC-AES keys */ in cc_cipher_setkey()
1026 .name = "essiv(cbc(paes),sha256)",
1062 .name = "cbc(paes)",
1063 .driver_name = "cbc-paes-ccree",
1098 .name = "cts(cbc(paes))",
1099 .driver_name = "cts-cbc-paes-ccree",
1155 .name = "essiv(cbc(aes),sha256)",
1189 .name = "cbc(aes)",
1190 .driver_name = "cbc-aes-ccree",
[all …]
/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel_cipher.c156 /* CBC */ in safexcel_aead_iv()
177 /* Construct IV block B0 for the CBC-MAC */ in safexcel_aead_token()
651 * Update IV in req from last crypto output word for CBC modes in safexcel_handle_req_result()
711 * Save IV from last crypto input word for CBC modes in decrypt in safexcel_send_req()
1036 * Save input IV in case of CBC decrypt mode in safexcel_skcipher_send()
1319 .cra_name = "cbc(aes)",
1320 .cra_driver_name = "safexcel-cbc-aes",
1531 .cra_name = "cbc(des)",
1532 .cra_driver_name = "safexcel-cbc-des",
1630 .cra_name = "cbc(des3_ede)",
[all …]
/Linux-v5.10/include/linux/sunrpc/
Dgss_krb5.h185 #define ENCTYPE_DES_CBC_CRC 0x0001 /* DES cbc mode with CRC-32 */
186 #define ENCTYPE_DES_CBC_MD4 0x0002 /* DES cbc mode with RSA-MD4 */
187 #define ENCTYPE_DES_CBC_MD5 0x0003 /* DES cbc mode with RSA-MD5 */
188 #define ENCTYPE_DES_CBC_RAW 0x0004 /* DES cbc mode raw */
190 #define ENCTYPE_DES3_CBC_SHA 0x0005 /* DES-3 cbc mode with NIST-SHA */
191 #define ENCTYPE_DES3_CBC_RAW 0x0006 /* DES-3 cbc mode raw */
/Linux-v5.10/drivers/crypto/allwinner/
DKconfig21 The Security System handle AES/DES/3DES ciphers in CBC mode
48 The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode.
101 The Security System handle AES/3DES ciphers in ECB/CBC mode.
/Linux-v5.10/tools/testing/selftests/net/
Dvrf-xfrm-tests.sh268 enc 'cbc(des3_ede)' ${ENC_1} \
275 enc 'cbc(des3_ede)' ${ENC_1} \
283 enc 'cbc(des3_ede)' ${ENC_2} \
290 enc 'cbc(des3_ede)' ${ENC_2} \
298 enc 'cbc(des3_ede)' ${ENC_1} \
305 enc 'cbc(des3_ede)' ${ENC_1} \
313 enc 'cbc(des3_ede)' ${ENC_2} \
320 enc 'cbc(des3_ede)' ${ENC_2} \
/Linux-v5.10/net/xfrm/
Dxfrm_algo.c368 .name = "cbc(des)",
389 .name = "cbc(des3_ede)",
410 .name = "cbc(cast5)",
431 .name = "cbc(blowfish)",
452 .name = "cbc(aes)",
473 .name = "cbc(serpent)",
494 .name = "cbc(camellia)",
515 .name = "cbc(twofish)",
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Ddm-crypt.rst25 aes-cbc-essiv:sha256
40 capi:cbc(aes)-essiv:sha256
168 …dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabe…
174 …dmsetup create crypt2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_p…
/Linux-v5.10/drivers/crypto/nx/
Dnx-aes-cbc.c3 * AES CBC routines supporting the Power 7+ Nest Accelerators driver
112 .base.cra_name = "cbc(aes)",
113 .base.cra_driver_name = "cbc-aes-nx",
/Linux-v5.10/drivers/crypto/cavium/nitrox/
Dnitrox_skcipher.c28 { "cbc(des3_ede)", CIPHER_3DES_CBC },
30 { "cbc(aes)", CIPHER_AES_CBC },
35 { "cts(cbc(aes))", CIPHER_AES_CBC_CTS },
388 .cra_name = "cbc(aes)",
483 .cra_name = "cts(cbc(aes))",
484 .cra_driver_name = "n5_cts(cbc(aes))",
502 .cra_name = "cbc(des3_ede)",
/Linux-v5.10/arch/x86/crypto/
Dserpent_sse2_glue.c11 * CBC & ECB parts based on code (crypto/cbc.c,ecb.c) by:
127 .fn_u = { .cbc = serpent_decrypt_cbc_xway }
130 .fn_u = { .cbc = __serpent_decrypt }
Dtwofish_glue_3way.c140 .fn_u = { .cbc = twofish_dec_blk_cbc_3way }
143 .fn_u = { .cbc = twofish_dec_blk }
186 .base.cra_name = "cbc(twofish)",
187 .base.cra_driver_name = "cbc-twofish-3way",
/Linux-v5.10/Documentation/devicetree/bindings/crypto/
Dsamsung-slimsss.yaml16 -- Advanced Encryption Standard (AES) with ECB,CBC,CTR,XTS and (CBC/XTS)/CTS
/Linux-v5.10/drivers/crypto/amcc/
Dcrypto4xx_sa.h183 __le32 save_digest_le32[16]; /* GHASH / CBC */
194 __le32 iv[4]; /* for CBC, OFC, and CFB mode */
208 __le32 iv[4]; /* for CBC, OFC, and CFB mode */
222 __le32 iv[4]; /* for CBC, OFC, and CFB mode */

1234567