Searched refs:xts (Results 26 - 37 of 37) sorted by relevance

12

/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,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c17 #include <crypto/xts.h>
1217 ctx->ftfm = crypto_alloc_skcipher("xts(aes)", 0,
1366 .base.cra_name = "xts(aes)",
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c18 #include <crypto/xts.h>
1298 .base.cra_name = "xts(aes)",
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c11 #include <crypto/xts.h>
1396 .base.cra_name = "xts(aes)",
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c27 #include <crypto/xts.h>
879 /* first half of xts-key is for crypt */
884 /* second half of xts-key is for tweak */
1212 DEFINE_XTS_ALG(aesni_avx, "xts-aes-aesni-avx", 500);
1214 DEFINE_XTS_ALG(vaes_avx2, "xts-aes-vaes-avx2", 600);
1215 DEFINE_XTS_ALG(vaes_avx10_256, "xts-aes-vaes-avx10_256", 700);
1216 DEFINE_XTS_ALG(vaes_avx10_512, "xts-aes-vaes-avx10_512", 800);
/linux-master/drivers/crypto/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.c63 #include <crypto/xts.h>
1995 .cra_name = "xts(aes)",
1996 .cra_driver_name = "xts-aes-caam",
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/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/
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/hisilicon/sec2/
H A Dsec_crypto.c15 #include <crypto/xts.h>
695 if (likely(strncmp(alg, "xts", SEC_XTS_NAME_SZ)))
701 pr_err("failed to alloc xts mode fallback tfm!\n");
793 pr_err("hisi_sec2: xts mode key error!\n");
834 dev_err(dev, "xts mode key err!\n");
2187 .alg = SEC_SKCIPHER_ALG("xts(aes)", sec_setkey_aes_xts, SEC_XTS_MIN_KEY_SIZE,
2202 .alg = SEC_SKCIPHER_ALG("xts(sm4)", sec_setkey_sm4_xts, SEC_XTS_MIN_KEY_SIZE,
/linux-master/drivers/crypto/tegra/
H A Dtegra-se-aes.c18 #include <crypto/xts.h>
545 .cra_name = "xts(aes)",
546 .cra_driver_name = "xts-aes-tegra",

Completed in 216 milliseconds

12