Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-aes.c45 struct tegra_aead_ctx { struct
1198 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_ccm_do_one_req()
1273 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_gcm_do_one_req()
1357 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_cra_init()
1386 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_ccm_setauthsize()
1408 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_gcm_setauthsize()
1422 struct tegra_aead_ctx *ctx = crypto_tfm_ctx(&tfm->base); in tegra_aead_cra_exit()
1431 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_crypt()
1452 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_setkey()
1926 .cra_ctxsize = sizeof(struct tegra_aead_ctx),
[all …]