Lines Matching defs:aead
45 struct aead_alg aead; member
80 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
195 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
283 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
300 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
358 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
403 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
462 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
511 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
568 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
892 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
917 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in aead_done() local
939 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
1159 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt() local