Lines Matching refs:crypto_aead
257 static int aead_null_set_sh_desc(struct crypto_aead *aead) in aead_null_set_sh_desc()
429 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc()
714 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize()
725 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc()
915 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize()
925 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc()
1087 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize()
1098 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc()
1264 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
1283 static int aead_setkey(struct crypto_aead *aead, in aead_setkey()
1348 static int gcm_setkey(struct crypto_aead *aead, in gcm_setkey()
1378 static int rfc4106_setkey(struct crypto_aead *aead, in rfc4106_setkey()
1417 static int rfc4543_setkey(struct crypto_aead *aead, in rfc4543_setkey()
2034 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_aead_job()
2093 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_gcm_job()
2122 struct crypto_aead *aead = crypto_aead_reqtfm(req); in init_authenc_job()
2269 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_edesc_alloc()
2376 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_encrypt()
2419 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_encrypt()
2455 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_decrypt()
2498 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_decrypt()
2539 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_givdecrypt()
4354 static int caam_aead_init(struct crypto_aead *tfm) in caam_aead_init()
4393 static void caam_aead_exit(struct crypto_aead *tfm) in caam_aead_exit()