Searched defs:tegra_sha_reqctx (Results 1 – 1 of 1) sorted by relevance
32 struct tegra_sha_reqctx { struct33 struct scatterlist *src_sg;34 struct tegra_se_datbuf datbuf;35 struct tegra_se_datbuf residue;36 struct tegra_se_datbuf digest;38 unsigned int alg;39 unsigned int config;40 unsigned int total_len;41 unsigned int blk_size;42 unsigned int task;[all …]