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