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