Lines Matching refs:crypto_aead
31 struct crypto_aead *child;
84 static int crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key,
105 static int crypto_ccm_setauthsize(struct crypto_aead *tfm,
127 struct crypto_aead *aead = crypto_aead_reqtfm(req);
169 struct crypto_aead *aead = crypto_aead_reqtfm(req);
227 struct crypto_aead *aead = crypto_aead_reqtfm(req);
284 struct crypto_aead *aead = crypto_aead_reqtfm(req);
324 struct crypto_aead *aead = crypto_aead_reqtfm(req);
343 struct crypto_aead *aead = crypto_aead_reqtfm(req);
389 static int crypto_ccm_init_tfm(struct crypto_aead *tfm)
425 static void crypto_ccm_exit_tfm(struct crypto_aead *tfm)
563 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key,
567 struct crypto_aead *child = ctx->child;
581 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent,
602 struct crypto_aead *aead = crypto_aead_reqtfm(req);
604 struct crypto_aead *child = ctx->child;
662 static int crypto_rfc4309_init_tfm(struct crypto_aead *tfm)
667 struct crypto_aead *aead;
687 static void crypto_rfc4309_exit_tfm(struct crypto_aead *tfm)