Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c25 struct tegra_aes_ctx { struct
98 static void tegra_cbc_iv_copyback(struct skcipher_request *req, struct tegra_aes_ctx *ctx) in tegra_cbc_iv_copyback()
111 static void tegra_aes_update_iv(struct skcipher_request *req, struct tegra_aes_ctx *ctx) in tegra_aes_update_iv()
202 static unsigned int tegra_aes_prep_cmd(struct tegra_aes_ctx *ctx, in tegra_aes_prep_cmd()
260 struct tegra_aes_ctx *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); in tegra_aes_do_one_req()
302 struct tegra_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in tegra_aes_cra_init()
331 struct tegra_aes_ctx *ctx = crypto_tfm_ctx(&tfm->base); in tegra_aes_cra_exit()
343 struct tegra_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in tegra_aes_setkey()
356 struct tegra_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in tegra_xts_setkey()
426 struct tegra_aes_ctx *ctx; in tegra_aes_crypt()
[all …]