Lines Matching defs:aead
52 struct aead_alg aead; member
167 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
284 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey()
324 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
349 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc() local
585 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
617 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
629 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
645 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
717 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
737 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
812 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
838 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
911 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1258 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_unmap() local
1285 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt_done() local
1306 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt_done() local
1323 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt() local
1351 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt() local