Lines Matching defs:tegra_sha_reqctx
32 struct tegra_sha_reqctx { struct
33 struct scatterlist *src_sg;
34 struct tegra_se_datbuf datbuf;
35 struct tegra_se_datbuf residue;
36 struct tegra_se_datbuf digest;
37 struct tegra_se_datbuf intr_res;
38 unsigned int alg;
39 unsigned int config;
40 unsigned int total_len;
41 unsigned int blk_size;
42 unsigned int task;
43 u32 key_id;
44 u32 result[HASH_RESULT_REG_COUNT];
45 struct ahash_request fallback_req;