Searched refs:xts (Results 1 - 25 of 35) sorted by path

12

/linux-master/arch/arm/crypto/
H A Daes-ce-glue.c19 #include <crypto/xts.h>
H A Daes-neonbs-glue.c16 #include <crypto/xts.h>
25 MODULE_ALIAS_CRYPTO("xts(aes)");
/linux-master/arch/arm64/crypto/
H A Daes-glue.c20 #include <crypto/xts.h>
64 MODULE_ALIAS_CRYPTO("xts(aes)");
750 .cra_name = "xts(aes)",
751 .cra_driver_name = "xts-aes-" MODE,
H A Daes-neonbs-glue.c15 #include <crypto/xts.h>
24 MODULE_ALIAS_CRYPTO("xts(aes)");
438 .base.cra_name = "xts(aes)",
439 .base.cra_driver_name = "xts-aes-neonbs",
H A Dsm4-ce-glue.c22 #include <crypto/xts.h>
490 .cra_name = "xts(sm4)",
491 .cra_driver_name = "xts-sm4-ce",
774 MODULE_ALIAS_CRYPTO("xts(sm4)");
/linux-master/arch/powerpc/crypto/
H A Daes-spe-glue.c21 #include <crypto/xts.h>
474 .base.cra_name = "xts(aes)",
475 .base.cra_driver_name = "xts-ppc-spe",
521 MODULE_ALIAS_CRYPTO("xts(aes)");
H A Daes_xts.c15 #include <crypto/xts.h>
31 fallback = crypto_alloc_skcipher("xts(aes)", 0,
35 pr_err("Failed to allocate xts(aes) fallback: %ld\n",
147 .base.cra_name = "xts(aes)",
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-glue.c22 #include <crypto/xts.h>
558 .cra_name = "xts(aes)",
559 .cra_driver_name = "xts-aes-riscv64-zvkned-zvbb-zvkg",
637 MODULE_ALIAS_CRYPTO("xts(aes)");
/linux-master/arch/s390/crypto/
H A Daes_s390.c34 #include <crypto/xts.h>
430 u8 xts[16]; member in struct:__anon18
456 memset(pcc_param.xts, 0, sizeof(pcc_param.xts));
462 memcpy(xts_param.init, pcc_param.xts, 16);
512 .base.cra_name = "xts(aes)",
513 .base.cra_driver_name = "xts-aes-s390",
H A Dpaes_s390.c27 #include <crypto/xts.h>
504 u8 xts[16]; member in struct:__anon5
525 memcpy(xts_param.init, pcc_param.xts, 16);
558 .base.cra_name = "xts(paes)",
559 .base.cra_driver_name = "xts-paes-s390",
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c27 #include <crypto/xts.h>
892 /* first half of xts-key is for crypt */
897 /* second half of xts-key is for tweak */
/linux-master/crypto/
H A DMakefile98 obj-$(CONFIG_CRYPTO_XTS) += xts.o
H A Dxts.c20 #include <crypto/xts.h>
389 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts",
413 "xts(%s)", name) >= CRYPTO_MAX_ALG_NAME) {
454 .name = "xts",
474 MODULE_ALIAS_CRYPTO("xts");
/linux-master/drivers/crypto/
H A Datmel-aes.c38 #include <crypto/xts.h>
1609 /* xts functions */
1742 .base.cra_name = "xts(aes)",
1743 .base.cra_driver_name = "atmel-xts-aes",
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c33 #include <crypto/xts.h>
2767 .cra_name = "xts(aes)",
2768 .cra_driver_name = "artpec6-xts-aes",
/linux-master/drivers/crypto/caam/
H A Dcaamalg.c63 #include <crypto/xts.h>
1995 .cra_name = "xts(aes)",
1996 .cra_driver_name = "xts-aes-caam",
H A Dcaamalg_qi.c21 #include <crypto/xts.h>
764 /* xts skcipher encrypt, decrypt shared descriptors */
1574 .cra_name = "xts(aes)",
1575 .cra_driver_name = "xts-aes-caam-qi",
H A Dcaamalg_qi2.c24 #include <crypto/xts.h>
77 * to unsupported xts key lengths
78 * @fallback: xts fallback tfm
1767 .cra_name = "xts(aes)",
1768 .cra_driver_name = "xts-aes-caam-qi2",
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c11 #include <crypto/xts.h>
342 .base.cra_name = "xts(aes)",
343 .base.cra_driver_name = "cavium-xts-aes",
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c12 #include <crypto/xts.h>
34 { "xts(aes)", CIPHER_AES_XTS },
424 .cra_name = "xts(aes)",
/linux-master/drivers/crypto/ccp/
H A DMakefile21 ccp-crypto-aes-xts.o \
H A Dccp-crypto-aes-xts.c16 #include <crypto/xts.h>
29 .name = "xts(aes)",
30 .drv_name = "xts-aes-ccp",
170 rctx->cmd.u.xts.type = CCP_AES_TYPE_128;
171 rctx->cmd.u.xts.action = (encrypt) ? CCP_AES_ACTION_ENCRYPT
173 rctx->cmd.u.xts.unit_size = unit_size;
174 rctx->cmd.u.xts.key = &ctx->u.aes.key_sg;
175 rctx->cmd.u.xts.key_len = ctx->u.aes.key_len;
176 rctx->cmd.u.xts.iv = &rctx->iv_sg;
177 rctx->cmd.u.xts
[all...]
H A Dccp-dev-v3.c185 | (op->u.xts.action << REQ1_AES_ACTION_SHIFT)
186 | (op->u.xts.unit_size << REQ1_XTS_AES_SIZE_SHIFT)
H A Dccp-dev-v5.c342 CCP_XTS_TYPE(&function) = op->u.xts.type;
343 CCP_XTS_ENCRYPT(&function) = op->u.xts.action;
344 CCP_XTS_SIZE(&function) = op->u.xts.unit_size;
H A Dccp-dev.h548 struct ccp_xts_aes_op xts; member in union:ccp_op::__anon115

Completed in 344 milliseconds

12