Lines Matching defs:aead

101 	struct aead_engine_alg aead;  member
140 static int aead_null_set_sh_desc(struct crypto_aead *aead) in aead_null_set_sh_desc()
190 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
332 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
397 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
465 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
531 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
556 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
568 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
585 static int aead_setkey(struct crypto_aead *aead, in aead_setkey()
649 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
666 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
687 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
713 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1075 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job() local
1136 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_gcm_job() local
1166 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_chachapoly_job() local
1200 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_authenc_job() local
1309 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
1475 struct crypto_aead *aead = crypto_aead_reqtfm(req); in chachapoly_crypt() local
1509 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt() local
1568 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt() local