Searched defs:tegra_aead_reqctx (Results 1 – 1 of 1) sorted by relevance
55 struct tegra_aead_reqctx { struct56 struct tegra_se_datbuf inbuf;57 struct tegra_se_datbuf outbuf;58 struct scatterlist *src_sg;59 struct scatterlist *dst_sg;60 unsigned int assoclen;61 unsigned int cryptlen;62 unsigned int authsize;63 bool encrypt;64 u32 crypto_config;[all …]