Lines Matching defs:aead

92 	struct aead_alg aead;  member
132 static int aead_null_set_sh_desc(struct crypto_aead *aead) in aead_null_set_sh_desc()
182 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
323 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
388 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
456 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
522 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
547 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
559 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
575 static int aead_setkey(struct crypto_aead *aead, in aead_setkey()
639 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
656 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
677 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
703 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1059 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job() local
1120 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_gcm_job() local
1150 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_chachapoly_job() local
1184 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_authenc_job() local
1292 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
1459 struct crypto_aead *aead = crypto_aead_reqtfm(req); in chachapoly_crypt() local
1493 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt() local
1549 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt() local