Lines Matching refs:crypto_aead
33 struct crypto_aead *child;
48 struct crypto_aead *child;
92 static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key,
146 static int crypto_gcm_setauthsize(struct crypto_aead *tfm,
180 struct crypto_aead *aead = crypto_aead_reqtfm(req);
412 struct crypto_aead *aead = crypto_aead_reqtfm(req);
466 struct crypto_aead *aead = crypto_aead_reqtfm(req);
501 struct crypto_aead *aead = crypto_aead_reqtfm(req);
519 static int crypto_gcm_init_tfm(struct crypto_aead *tfm)
557 static void crypto_gcm_exit_tfm(struct crypto_aead *tfm)
689 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key,
693 struct crypto_aead *child = ctx->child;
707 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent,
723 struct crypto_aead *aead = crypto_aead_reqtfm(req);
726 struct crypto_aead *child = ctx->child;
787 static int crypto_rfc4106_init_tfm(struct crypto_aead *tfm)
792 struct crypto_aead *aead;
812 static void crypto_rfc4106_exit_tfm(struct crypto_aead *tfm)
897 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key,
901 struct crypto_aead *child = ctx->child;
915 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent,
928 struct crypto_aead *aead = crypto_aead_reqtfm(req);
959 struct crypto_aead *aead = crypto_aead_reqtfm(req);
985 static int crypto_rfc4543_init_tfm(struct crypto_aead *tfm)
991 struct crypto_aead *aead;
1023 static void crypto_rfc4543_exit_tfm(struct crypto_aead *tfm)