Searched refs:xts (Results 26 - 35 of 35) 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/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>
693 if (likely(strncmp(alg, "xts", SEC_XTS_NAME_SZ)))
699 pr_err("failed to alloc xts mode fallback tfm!\n");
791 pr_err("hisi_sec2: xts mode key error!\n");
832 dev_err(dev, "xts mode key err!\n");
2185 .alg = SEC_SKCIPHER_ALG("xts(aes)", sec_setkey_aes_xts, SEC_XTS_MIN_KEY_SIZE,
2200 .alg = SEC_SKCIPHER_ALG("xts(sm4)", sec_setkey_sm4_xts, SEC_XTS_MIN_KEY_SIZE,

Completed in 399 milliseconds

12