Lines Matching defs:aead
54 struct aead_alg aead; member
172 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
289 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
329 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
354 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
590 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
622 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
634 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
651 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
723 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
743 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
818 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
844 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
917 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1264 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
1291 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done() local
1312 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done() local
1329 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt() local
1357 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt() local