Lines Matching refs:crypto_aead
29 struct crypto_aead *child;
86 static int crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key,
107 static int crypto_ccm_setauthsize(struct crypto_aead *tfm,
129 struct crypto_aead *aead = crypto_aead_reqtfm(req);
171 struct crypto_aead *aead = crypto_aead_reqtfm(req);
229 struct crypto_aead *aead = crypto_aead_reqtfm(req);
286 struct crypto_aead *aead = crypto_aead_reqtfm(req);
327 struct crypto_aead *aead = crypto_aead_reqtfm(req);
346 struct crypto_aead *aead = crypto_aead_reqtfm(req);
392 static int crypto_ccm_init_tfm(struct crypto_aead *tfm)
428 static void crypto_ccm_exit_tfm(struct crypto_aead *tfm)
568 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key,
572 struct crypto_aead *child = ctx->child;
586 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent,
607 struct crypto_aead *aead = crypto_aead_reqtfm(req);
609 struct crypto_aead *child = ctx->child;
667 static int crypto_rfc4309_init_tfm(struct crypto_aead *tfm)
672 struct crypto_aead *aead;
692 static void crypto_rfc4309_exit_tfm(struct crypto_aead *tfm)