• Home
  • Raw
  • Download

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()
576 static int aead_setkey(struct crypto_aead *aead, in aead_setkey()
640 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
657 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
678 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
704 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1060 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job() local
1121 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_gcm_job() local
1151 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_chachapoly_job() local
1185 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_authenc_job() local
1293 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
1460 struct crypto_aead *aead = crypto_aead_reqtfm(req); in chachapoly_crypt() local
1494 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt() local
1550 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt() local