Lines Matching defs:aead
50 struct aead_alg aead; member
85 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
200 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
288 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
305 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
363 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
408 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
467 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
516 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
573 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
897 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
922 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in aead_done() local
944 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
1164 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt() local