Lines Matching refs:tegra_cmac_reqctx
73 struct tegra_cmac_reqctx { struct
1391 struct tegra_cmac_reqctx *rctx) in tegra_cmac_prep_cmd()
1444 static void tegra_cmac_copy_result(struct tegra_se *se, struct tegra_cmac_reqctx *rctx) in tegra_cmac_copy_result()
1452 static void tegra_cmac_paste_result(struct tegra_se *se, struct tegra_cmac_reqctx *rctx) in tegra_cmac_paste_result()
1463 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_do_update()
1539 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_do_final()
1580 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_do_one_req()
1616 if (statesize > sizeof(struct tegra_cmac_reqctx)) in tegra_cmac_init_fallback()
1632 crypto_ahash_set_reqsize(ahash_tfm, sizeof(struct tegra_cmac_reqctx)); in tegra_cmac_cra_init()
1662 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_init()
1721 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_update()
1732 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_final()
1743 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_finup()
1754 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_digest()
1764 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_export()
1773 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_import()
1840 .halg.statesize = sizeof(struct tegra_cmac_reqctx),