Lines Matching refs:authenc
321 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() argument
324 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in aead_setauthsize()
327 aead_set_sh_desc(authenc); in aead_setauthsize()
382 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() argument
384 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in gcm_setauthsize()
392 gcm_set_sh_desc(authenc); in gcm_setauthsize()
449 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() argument
452 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in rfc4106_setauthsize()
460 rfc4106_set_sh_desc(authenc); in rfc4106_setauthsize()
517 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize() argument
520 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in rfc4543_setauthsize()
526 rfc4543_set_sh_desc(authenc); in rfc4543_setauthsize()