Lines Matching refs:crypto_aead

34 	struct crypto_aead *child;
49 struct crypto_aead *child;
93 static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_gcm_setkey()
152 static int crypto_gcm_setauthsize(struct crypto_aead *tfm, in crypto_gcm_setauthsize()
186 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_init_crypt()
420 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_enc_copy_hash()
474 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_verify()
509 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_decrypt()
527 static int crypto_gcm_init_tfm(struct crypto_aead *tfm) in crypto_gcm_init_tfm()
565 static void crypto_gcm_exit_tfm(struct crypto_aead *tfm) in crypto_gcm_exit_tfm()
725 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey()
729 struct crypto_aead *child = ctx->child; in crypto_rfc4106_setkey()
748 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent, in crypto_rfc4106_setauthsize()
764 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4106_crypt()
767 struct crypto_aead *child = ctx->child; in crypto_rfc4106_crypt()
828 static int crypto_rfc4106_init_tfm(struct crypto_aead *tfm) in crypto_rfc4106_init_tfm()
833 struct crypto_aead *aead; in crypto_rfc4106_init_tfm()
853 static void crypto_rfc4106_exit_tfm(struct crypto_aead *tfm) in crypto_rfc4106_exit_tfm()
954 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey()
958 struct crypto_aead *child = ctx->child; in crypto_rfc4543_setkey()
977 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent, in crypto_rfc4543_setauthsize()
990 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_crypt()
1021 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_rfc4543_copy_src_to_dst()
1047 static int crypto_rfc4543_init_tfm(struct crypto_aead *tfm) in crypto_rfc4543_init_tfm()
1053 struct crypto_aead *aead; in crypto_rfc4543_init_tfm()
1085 static void crypto_rfc4543_exit_tfm(struct crypto_aead *tfm) in crypto_rfc4543_exit_tfm()