Lines Matching defs:tegra_aead_reqctx
54 struct tegra_aead_reqctx { struct
55 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;
64 u32 config;
65 u32 key_id;
66 u32 iv[4];
67 u8 authdata[16];