Searched refs:tegra_aes_ctx (Results 1 – 1 of 1) sorted by relevance
25 struct tegra_aes_ctx { struct208 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 …]