Home
last modified time | relevance | path

Searched refs:SE_ALG_XTS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se.h358 SE_ALG_XTS, /* XTS mode */ enumerator
463 return SE_ALG_XTS; in se_algname_to_algid()
H A Dtegra-se-aes.c150 case SE_ALG_XTS: in tegra234_aes_crypto_cfg()
173 case SE_ALG_XTS: in tegra234_aes_cfg()
278 if (ctx->alg != SE_ALG_XTS) { in tegra_aes_do_one_req()
305 if (ctx->alg == SE_ALG_XTS) { in tegra_aes_do_one_req()
444 case SE_ALG_XTS: in tegra_aes_kac_manifest()
488 if (ctx->alg != SE_ALG_XTS) { in tegra_aes_crypt()