Lines Matching defs:aead
52 struct aead_alg aead; member
170 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
287 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
327 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
352 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
588 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
620 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
632 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
648 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
720 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
740 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
815 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
841 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
914 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1261 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
1288 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done() local
1309 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done() local
1326 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt() local
1354 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt() local