Lines Matching refs:crypto_aead
146 static int aead_null_set_sh_desc(struct crypto_aead *aead) in aead_null_set_sh_desc()
196 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
327 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize()
338 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
388 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize()
403 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
455 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize()
471 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
523 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
537 static int chachapoly_set_sh_desc(struct crypto_aead *aead) in chachapoly_set_sh_desc()
562 static int chachapoly_setauthsize(struct crypto_aead *aead, in chachapoly_setauthsize()
574 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
591 static int aead_setkey(struct crypto_aead *aead, in aead_setkey()
655 static int des3_aead_setkey(struct crypto_aead *aead, const u8 *key, in des3_aead_setkey()
672 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
693 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
719 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
1142 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job()
1203 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_gcm_job()
1233 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_chachapoly_job()
1267 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_authenc_job()
1389 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc()
1555 struct crypto_aead *aead = crypto_aead_reqtfm(req); in chachapoly_crypt()
1589 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_crypt()
1648 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_crypt()
3761 static int caam_aead_init(struct crypto_aead *tfm) in caam_aead_init()
3791 static void caam_aead_exit(struct crypto_aead *tfm) in caam_aead_exit()