Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c79 struct tegra_cmac_reqctx { struct
1465 struct tegra_cmac_reqctx *rctx) in tegra_cmac_prep_cmd()
1518 static void tegra_cmac_copy_result(struct tegra_se *se, struct tegra_cmac_reqctx *rctx) in tegra_cmac_copy_result()
1526 static void tegra_cmac_paste_result(struct tegra_se *se, struct tegra_cmac_reqctx *rctx) in tegra_cmac_paste_result()
1537 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_do_init()
1566 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_do_update()
1643 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_do_final()
1703 struct tegra_cmac_reqctx *rctx = ahash_request_ctx(req); in tegra_cmac_do_one_req()
1765 if (statesize > sizeof(struct tegra_cmac_reqctx)) in tegra_cmac_init_fallback()
1781 crypto_ahash_set_reqsize(ahash_tfm, sizeof(struct tegra_cmac_reqctx)); in tegra_cmac_cra_init()
[all …]