Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/crypto/tegra/
Dtegra-se-aes.c54 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;
[all …]