Home
last modified time | relevance | path

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

12345678910>>...13

/kernel/linux/linux-5.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()
1670 .cra_name = "cbc(aes)",
1671 .cra_driver_name = "cbc-aes-caam-qi2",
1686 .cra_name = "cbc(des3_ede)",
1687 .cra_driver_name = "cbc-3des-caam-qi2",
1702 .cra_name = "cbc(des)",
1703 .cra_driver_name = "cbc-des-caam-qi2",
1854 .cra_name = "authenc(hmac(md5),cbc(aes))",
1856 "cbc-aes-caam-qi2",
[all …]
/kernel/linux/linux-4.19/drivers/crypto/caam/
Dcaamalg_qi.c1560 .name = "cbc(aes)",
1561 .driver_name = "cbc-aes-caam-qi",
1577 .name = "cbc(des3_ede)",
1578 .driver_name = "cbc-3des-caam-qi",
1594 .name = "cbc(des)",
1595 .driver_name = "cbc-des-caam-qi",
1723 .cra_name = "authenc(hmac(md5),cbc(aes))",
1725 "cbc-aes-caam-qi",
1745 "cbc(aes)))",
1747 "cbc-aes-caam-qi",
[all …]
Dcaamalg.c915 * ciphertext block when running in CBC mode. in ablkcipher_encrypt_done()
1656 * ciphertext block when running in CBC mode. in ablkcipher_decrypt()
1862 .name = "cbc(aes)",
1863 .driver_name = "cbc-aes-caam",
1879 .name = "cbc(des3_ede)",
1880 .driver_name = "cbc-3des-caam",
1896 .name = "cbc(des)",
1897 .driver_name = "cbc-des-caam",
2151 .cra_name = "authenc(hmac(md5),cbc(aes))",
2153 "cbc-aes-caam",
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/crypto/
Dtcrypt.c1692 ret += tcrypt_test("cbc(des)"); in do_test()
1698 ret += tcrypt_test("cbc(des3_ede)"); in do_test()
1712 ret += tcrypt_test("cbc(blowfish)"); in do_test()
1718 ret += tcrypt_test("cbc(twofish)"); in do_test()
1726 ret += tcrypt_test("cbc(serpent)"); in do_test()
1734 ret += tcrypt_test("cbc(aes)"); in do_test()
1756 ret += tcrypt_test("cbc(cast5)"); in do_test()
1762 ret += tcrypt_test("cbc(cast6)"); in do_test()
1810 ret += tcrypt_test("cbc(anubis)"); in do_test()
1835 ret += tcrypt_test("cbc(camellia)"); in do_test()
[all …]
Dcbc.c2 * CBC: Cipher Block Chaining mode
14 #include <crypto/cbc.h>
146 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cbc", alg); in crypto_cbc_create()
191 .name = "cbc",
210 MODULE_DESCRIPTION("CBC block cipher algorithm");
211 MODULE_ALIAS_CRYPTO("cbc");
/kernel/linux/linux-5.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
402 the ECB and CBC modes of operation are supported by the driver. Also
506 authenc(hmac(shaX),Y(cbc)) algorithms.
604 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
670 - AES (CBC, CTR, ECB, XTS)
671 - 3DES (CBC, ECB)
672 - DES (CBC, ECB)
681 - AES (CBC, CTR, ECB, XTS)
[all …]
Dtalitos.c2267 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2269 "cbc-aes-talitos",
2289 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2291 "cbc-aes-talitos-hsna",
2311 "cbc(des3_ede))",
2313 "cbc-3des-talitos",
2336 "cbc(des3_ede))",
2338 "cbc-3des-talitos-hsna",
2359 .cra_name = "authenc(hmac(sha224),cbc(aes))",
2361 "cbc-aes-talitos",
[all …]
/kernel/linux/linux-4.19/arch/arm/crypto/
DKconfig79 Use a faster and more secure NEON based implementation of AES in CBC,
83 and for XTS mode encryption, CBC and XTS mode decryption speedup is
84 around 25%. (CBC encryption speed is not affected by this driver.)
94 Use an implementation of AES in CBC, CTR and XTS modes that uses
/kernel/linux/linux-5.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)",
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/drivers/soc/qcom/
Dwcnss_ctrl.c37 * @cbc: completion for cbc complete indication
46 struct completion cbc; member
164 complete(&wcnss->cbc); in wcnss_ctrl_smd_callback()
201 * @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()
/kernel/linux/linux-4.19/arch/arm64/crypto/
DKconfig93 tristate "AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions"
101 tristate "AES in ECB/CBC/CTR/XTS modes using NEON instructions"
115 tristate "AES in ECB/CBC/CTR/XTS modes using bit-sliced NEON algorithm"
/kernel/linux/linux-5.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
/kernel/linux/linux-5.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"
/kernel/linux/linux-4.19/drivers/usb/wusbcore/
Dcrypto.c20 * something else with them (this seems to be called CBC(AES) -- can
132 * Take a data string and produce the encrypted CBC Counter-mode MIC
138 * @tfm_cbc: CBC(AES) blkcipher handle (initialized)
164 * is what AES CBC mode means...but I truly have no idea). So we use
165 * the CBC(AES) blkcipher, that does precisely that. The IV (Initial
168 * See rfc3610. Linux crypto has a CBC implementation, but the
186 * we start with a fresh empty Initial Vector, so that the CBC
260 printk(KERN_ERR "E: can't compute CBC-MAC tag (MIC): %d\n", in wusb_ccm_mac()
307 tfm_cbc = crypto_alloc_skcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC); in wusb_prf()
310 printk(KERN_ERR "E: can't load CBC(AES): %d\n", (int)result); in wusb_prf()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/drivers/crypto/cavium/nitrox/
Dnitrox_algs.c29 { "cbc(des3_ede)", CIPHER_3DES_CBC },
31 { "cbc(aes)", CIPHER_AES_CBC },
36 { "cts(cbc(aes))", CIPHER_AES_CBC_CTS },
295 .cra_name = "cbc(aes)",
390 .cra_name = "cts(cbc(aes))",
391 .cra_driver_name = "n5_cts(cbc(aes))",
410 .cra_name = "cbc(des3_ede)",
/kernel/linux/linux-4.19/drivers/crypto/
Dtalitos.c2239 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2241 "cbc-aes-talitos",
2260 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2262 "cbc-aes-talitos-hsna",
2281 "cbc(des3_ede))",
2283 "cbc-3des-talitos",
2304 "cbc(des3_ede))",
2306 "cbc-3des-talitos-hsna",
2325 .cra_name = "authenc(hmac(sha224),cbc(aes))",
2327 "cbc-aes-talitos",
[all …]
/kernel/linux/linux-5.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 */
/kernel/linux/linux-5.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.

12345678910>>...13