Lines Matching refs:tegra_cmac_ctx
66 struct tegra_cmac_ctx { struct
1390 static unsigned int tegra_cmac_prep_cmd(struct tegra_cmac_ctx *ctx, in tegra_cmac_prep_cmd()
1465 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_do_update()
1541 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_do_final()
1582 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_do_one_req()
1601 static void tegra_cmac_init_fallback(struct crypto_ahash *tfm, struct tegra_cmac_ctx *ctx, in tegra_cmac_init_fallback()
1622 struct tegra_cmac_ctx *ctx = crypto_tfm_ctx(tfm); in tegra_cmac_cra_init()
1652 struct tegra_cmac_ctx *ctx = crypto_tfm_ctx(tfm); in tegra_cmac_cra_exit()
1664 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_init()
1704 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_setkey()
1720 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_update()
1731 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_final()
1742 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_finup()
1753 struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_cmac_digest()
1847 .cra_ctxsize = sizeof(struct tegra_cmac_ctx),