Home
last modified time | relevance | path

Searched defs:tegra_aead_reqctx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c55 struct tegra_aead_reqctx { struct
56 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 …]