Lines Matching refs:authenc
279 static int aead_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in aead_setauthsize() argument
281 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in aead_setauthsize()
284 aead_set_sh_desc(authenc); in aead_setauthsize()
707 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() argument
709 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in gcm_setauthsize()
717 gcm_set_sh_desc(authenc); in gcm_setauthsize()
801 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() argument
804 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in rfc4106_setauthsize()
812 rfc4106_set_sh_desc(authenc); in rfc4106_setauthsize()
902 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize() argument
905 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in rfc4543_setauthsize()
911 rfc4543_set_sh_desc(authenc); in rfc4543_setauthsize()