Lines Matching defs:aead
43 struct aead_alg aead; member
72 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
187 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
276 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
293 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
351 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
398 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
457 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
508 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
565 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
894 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
919 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in aead_done() local
941 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
1161 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt() local