Lines Matching defs:aead

50 	struct aead_alg aead;  member
163 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
280 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
321 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
350 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
586 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
618 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
630 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()
742 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
817 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
845 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
918 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1268 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
1295 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done() local
1316 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done() local
1333 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt() local
1361 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt() local