Lines Matching defs:aead
16 #include <crypto/internal/aead.h>
302 struct crypto_aead *aead = crypto_aead_reqtfm(req);
303 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead);
337 struct crypto_aead *aead = crypto_aead_reqtfm(req);
338 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead);
393 crypto_aead_authsize(aead), 1);
400 struct crypto_aead *aead = crypto_aead_reqtfm(req);
401 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead);
402 unsigned int authsize = crypto_aead_authsize(aead);
502 struct crypto_aead *aead = crypto_aead_reqtfm(req);
503 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead);
515 struct crypto_aead *aead = crypto_aead_reqtfm(req);
516 struct gcm_aes_ctx *ctx = crypto_aead_ctx(aead);