Lines Matching refs:crypto_aead

37 	struct crypto_aead *child;
52 struct crypto_aead *child;
112 static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_gcm_setkey()
176 static int crypto_gcm_setauthsize(struct crypto_aead *tfm, in crypto_gcm_setauthsize()
223 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_init_crypt()
457 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_enc_copy_hash()
511 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_verify()
546 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_decrypt()
564 static int crypto_gcm_init_tfm(struct crypto_aead *tfm) in crypto_gcm_init_tfm()
602 static void crypto_gcm_exit_tfm(struct crypto_aead *tfm) in crypto_gcm_exit_tfm()
783 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey()
787 struct crypto_aead *child = ctx->child; in crypto_rfc4106_setkey()
806 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent, in crypto_rfc4106_setauthsize()
826 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4106_crypt()
829 struct crypto_aead *child = ctx->child; in crypto_rfc4106_crypt()
884 static int crypto_rfc4106_init_tfm(struct crypto_aead *tfm) in crypto_rfc4106_init_tfm()
889 struct crypto_aead *aead; in crypto_rfc4106_init_tfm()
909 static void crypto_rfc4106_exit_tfm(struct crypto_aead *tfm) in crypto_rfc4106_exit_tfm()
1015 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey()
1019 struct crypto_aead *child = ctx->child; in crypto_rfc4543_setkey()
1038 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent, in crypto_rfc4543_setauthsize()
1051 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_crypt()
1082 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_copy_src_to_dst()
1104 static int crypto_rfc4543_init_tfm(struct crypto_aead *tfm) in crypto_rfc4543_init_tfm()
1110 struct crypto_aead *aead; in crypto_rfc4543_init_tfm()
1142 static void crypto_rfc4543_exit_tfm(struct crypto_aead *tfm) in crypto_rfc4543_exit_tfm()