Home
last modified time | relevance | path

Searched full:ecb (Results 1 – 25 of 70) sorted by relevance

123

/linux/crypto/
H A Dtcrypt.c1479 ret = min(ret, tcrypt_test("ecb(des)")); in do_test()
1485 ret = min(ret, tcrypt_test("ecb(des3_ede)")); in do_test()
1499 ret = min(ret, tcrypt_test("ecb(blowfish)")); in do_test()
1505 ret = min(ret, tcrypt_test("ecb(twofish)")); in do_test()
1513 ret = min(ret, tcrypt_test("ecb(serpent)")); in do_test()
1521 ret = min(ret, tcrypt_test("ecb(aes)")); in do_test()
1543 ret = min(ret, tcrypt_test("ecb(cast5)")); in do_test()
1549 ret = min(ret, tcrypt_test("ecb(cast6)")); in do_test()
1557 ret = min(ret, tcrypt_test("ecb(arc4)")); in do_test()
1569 ret = min(ret, tcrypt_test("ecb(tea)")); in do_test()
[all …]
H A Dtestmgr.c4090 .alg = "authenc(hmac(md5),ecb(cipher_null))",
4091 .generic_driver = "authenc(hmac-md5-lib,ecb-cipher_null)",
4123 .alg = "authenc(hmac(sha1),ecb(cipher_null))",
4124 .generic_driver = "authenc(hmac-sha1-lib,ecb-cipher_null)",
4721 .alg = "ecb(aes)",
4722 .generic_driver = "ecb(aes-lib)",
4729 .alg = "ecb(anubis)",
4735 .alg = "ecb(arc4)",
4742 .alg = "ecb(aria)",
4748 .alg = "ecb(blowfish)",
[all …]
/linux/drivers/crypto/intel/keembay/
H A DKconfig17 enabled: ecb(aes), cts(cbc(aes)), ecb(sm4) and cts(cbc(sm4)).
20 bool "Support for Intel Keem Bay OCS AES/SM4 ECB HW acceleration"
24 AES/SM4 ECB mode hardware acceleration for use with Crypto API.
26 Provides OCS version of ecb(aes) and ecb(sm4)
28 Intel does not recommend use of ECB mode with AES/SM4.
/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c8 * ECB mode.
137 struct pkt_control_ecb *ecb; in sl3516_ce_cipher() local
227 ecb = (struct pkt_control_ecb *)ce->pctrl; in sl3516_ce_cipher()
231 ecb->control.op_mode = rctx->op_dir; in sl3516_ce_cipher()
232 ecb->control.cipher_algorithm = ECB_AES; in sl3516_ce_cipher()
233 ecb->cipher.header_len = 0; in sl3516_ce_cipher()
234 ecb->cipher.algorithm_len = areq->cryptlen; in sl3516_ce_cipher()
235 cpu_to_be32_array((__be32 *)ecb->key, (u32 *)op->key, op->keylen / 4); in sl3516_ce_cipher()
236 rctx->h = &ecb->cipher; in sl3516_ce_cipher()
241 ecb->control.aesnk = op->keylen / 4; in sl3516_ce_cipher()
/linux/drivers/crypto/
H A DKconfig361 the ECB and CBC modes of operation are supported by the driver. Also
536 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB
602 - AES (CBC, CTR, ECB, XTS)
603 - 3DES (CBC, ECB)
604 - DES (CBC, ECB)
613 - AES (CBC, CTR, ECB, XTS)
614 - 3DES (ECB, CBC)
615 - DES (ECB, CBC)
708 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
803 AES block ciphers in ECB and CBC mode, as well as SHA1, SHA224, SHA256,
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-cipher.c148 * ECB and CBC algorithms require message lengths to be in eip93_skcipher_crypt()
214 .cra_name = "ecb(aes)",
215 .cra_driver_name = "ecb(aes-eip93)",
322 .cra_name = "ecb(des)",
374 .cra_name = "ecb(des3_ede)",
375 .cra_driver_name = "ecb(des3_ede-eip93)",
/linux/drivers/crypto/qce/
H A Dskcipher.c275 * ECB and CBC algorithms require message lengths to be in qce_skcipher_crypt()
363 .name = "ecb(aes)",
364 .drv_name = "ecb-aes-qce",
400 .name = "ecb(des)",
401 .drv_name = "ecb-des-qce",
418 .name = "ecb(des3_ede)",
419 .drv_name = "ecb-3des-qce",
/linux/arch/arm64/crypto/
H A Dsm4-neon-glue.c182 .cra_name = "ecb(sm4)",
183 .cra_driver_name = "ecb-sm4-neon",
241 MODULE_DESCRIPTION("SM4 ECB/CBC/CTR using ARMv8 NEON");
244 MODULE_ALIAS_CRYPTO("ecb(sm4)");
/linux/arch/s390/crypto/
H A Ddes_s390.c147 .base.cra_name = "ecb(des)",
148 .base.cra_driver_name = "ecb-des-s390",
149 .base.cra_priority = 400, /* combo: des + ecb */
265 .base.cra_name = "ecb(des3_ede)",
266 .base.cra_driver_name = "ecb-des3_ede-s390",
267 .base.cra_priority = 400, /* combo: des3 + ecb */
/linux/tools/testing/selftests/bpf/progs/
H A Dcrypto_basic.c17 .algo = "ecb(aes)", in crypto_release()
44 .algo = "ecb(aes)", in crypto_acquire()
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c464 .base.cra_name = "ecb(aes)",
465 .base.cra_driver_name = "ecb-aes-rk",
515 .base.cra_name = "ecb(des)",
516 .base.cra_driver_name = "ecb-des-rk",
566 .base.cra_name = "ecb(des3_ede)",
567 .base.cra_driver_name = "ecb-des3-ede-rk",
/linux/drivers/crypto/ti/
H A Ddthev2-aes.c378 // For modes other than ECB, read IV_OUT in dthe_aes_run()
409 * - need to return -EINVAL for ECB, CBC as they are block ciphers in dthe_aes_crypt()
466 .cra_name = "ecb(aes)",
467 .cra_driver_name = "ecb-aes-dthev2",
479 }, /* ECB AES */
/linux/drivers/crypto/allwinner/
H A DKconfig57 The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode.
110 The Security System handle AES/3DES ciphers in ECB/CBC mode.
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c378 .base.cra_name = "ecb(aes)",
379 .base.cra_driver_name = "cavium-ecb-aes",
413 .base.cra_name = "ecb(des3_ede)",
414 .base.cra_driver_name = "cavium-ecb-des3_ede",
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c29 { "ecb(des3_ede)", CIPHER_3DES_ECB },
31 { "ecb(aes)", CIPHER_AES_ECB },
405 .cra_name = "ecb(aes)",
500 .cra_name = "ecb(des3_ede)",
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c36 * encryption engine with AES-128-ECB. The encrypted BEK, generated nonce,
47 * AES-128-ECB mode by DCP.
91 tfm = crypto_alloc_skcipher("ecb-paes-dcp", CRYPTO_ALG_INTERNAL, in do_dcp_crypto()
/linux/fs/crypto/
H A Dkeysetup_v1.c12 * - Deriving per-file encryption keys using the AES-128-ECB based KDF
37 * master key with AES-128-ECB using the nonce as the AES key. This provides a
54 tfm = crypto_alloc_sync_skcipher("ecb(aes)", 0, FSCRYPT_CRYPTOAPI_MASK); in derive_key_aes()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c8 * keysize in CBC and ECB mode.
9 * Add support also for DES and 3DES in CBC and ECB mode.
419 /* ECB AES */
465 /* ECB DES */
511 /* ECB 3DES */
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_crypto.c20 .crypto_cipher = "ecb(aes)",
32 "Set the cipher to use (default:ecb(aes))" },
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c19 static const char algo[] = "ecb(aes)";
25 .salg_name = "ecb(aes)" in init_afalg()
/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c153 .base.cra_name = "ecb(aria)",
154 .base.cra_driver_name = "ecb-aria-avx",
H A Daria_aesni_avx2_glue.c166 .base.cra_name = "ecb(aria)",
167 .base.cra_driver_name = "ecb-aria-avx2",
/linux/drivers/crypto/amlogic/
H A DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/linux/drivers/crypto/ccp/
H A Dccp-crypto-des3.c161 .name = "ecb(des3_ede)",
162 .driver_name = "ecb-des3-ccp",
/linux/drivers/crypto/nx/
H A DMakefile5 nx-aes-ecb.o \

123