Lines Matching refs:crypto_aead
32 struct crypto_aead *child;
47 struct crypto_aead *child;
88 static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key,
142 static int crypto_gcm_setauthsize(struct crypto_aead *tfm,
176 struct crypto_aead *aead = crypto_aead_reqtfm(req);
408 struct crypto_aead *aead = crypto_aead_reqtfm(req);
462 struct crypto_aead *aead = crypto_aead_reqtfm(req);
497 struct crypto_aead *aead = crypto_aead_reqtfm(req);
515 static int crypto_gcm_init_tfm(struct crypto_aead *tfm)
553 static void crypto_gcm_exit_tfm(struct crypto_aead *tfm)
683 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key,
687 struct crypto_aead *child = ctx->child;
701 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent,
717 struct crypto_aead *aead = crypto_aead_reqtfm(req);
720 struct crypto_aead *child = ctx->child;
781 static int crypto_rfc4106_init_tfm(struct crypto_aead *tfm)
786 struct crypto_aead *aead;
806 static void crypto_rfc4106_exit_tfm(struct crypto_aead *tfm)
891 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key,
895 struct crypto_aead *child = ctx->child;
909 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent,
922 struct crypto_aead *aead = crypto_aead_reqtfm(req);
963 static int crypto_rfc4543_init_tfm(struct crypto_aead *tfm)
969 struct crypto_aead *aead;
989 static void crypto_rfc4543_exit_tfm(struct crypto_aead *tfm)