Lines Matching defs:aead
13 #include <crypto/internal/aead.h>
63 struct crypto_aead *aead = crypto_aead_reqtfm(req);
91 maciv[0] |= (crypto_aead_authsize(aead) - 2) << 2;
136 struct crypto_aead *aead = crypto_aead_reqtfm(req);
137 struct crypto_aes_ctx *ctx = crypto_aead_ctx(aead);
224 struct crypto_aead *aead = crypto_aead_reqtfm(req);
225 struct crypto_aes_ctx *ctx = crypto_aead_ctx(aead);
274 crypto_aead_authsize(aead), 1);
281 struct crypto_aead *aead = crypto_aead_reqtfm(req);
282 struct crypto_aes_ctx *ctx = crypto_aead_ctx(aead);
283 unsigned int authsize = crypto_aead_authsize(aead);