Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-aes.c25 struct tegra_aes_ctx { struct
208 static unsigned int tegra_aes_prep_cmd(struct tegra_aes_ctx *ctx, in tegra_aes_prep_cmd()
343 struct tegra_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in tegra_aes_cra_init()
373 struct tegra_aes_ctx *ctx = crypto_tfm_ctx(&tfm->base); in tegra_aes_cra_exit()
385 struct tegra_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in tegra_aes_setkey()
405 struct tegra_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in tegra_xts_setkey()
481 struct tegra_aes_ctx *ctx; in tegra_aes_crypt()
534 .cra_ctxsize = sizeof(struct tegra_aes_ctx),
555 .cra_ctxsize = sizeof(struct tegra_aes_ctx),
577 .cra_ctxsize = sizeof(struct tegra_aes_ctx),
[all …]