Lines Matching defs:aead

55 	struct aead_alg aead;  member
173 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
290 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
330 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
355 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
591 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
623 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
635 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
652 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
724 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
744 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
819 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
845 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
918 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1265 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
1292 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done() local
1313 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done() local
1330 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt() local
1358 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt() local