Lines Matching refs:aead
12 #include <crypto/internal/aead.h>
61 struct crypto_aead *aead = crypto_aead_reqtfm(req);
89 maciv[0] |= (crypto_aead_authsize(aead) - 2) << 2;
99 struct crypto_aead *aead = crypto_aead_reqtfm(req);
100 struct crypto_aes_ctx *ctx = crypto_aead_ctx(aead);
148 struct crypto_aead *aead = crypto_aead_reqtfm(req);
149 struct crypto_aes_ctx *ctx = crypto_aead_ctx(aead);
194 crypto_aead_authsize(aead), 1);
201 struct crypto_aead *aead = crypto_aead_reqtfm(req);
202 struct crypto_aes_ctx *ctx = crypto_aead_ctx(aead);
203 unsigned int authsize = crypto_aead_authsize(aead);