Lines Matching refs:authenc
318 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() argument
321 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in aead_setauthsize()
324 aead_set_sh_desc(authenc); in aead_setauthsize()
379 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() argument
381 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in gcm_setauthsize()
389 gcm_set_sh_desc(authenc); in gcm_setauthsize()
446 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() argument
449 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in rfc4106_setauthsize()
457 rfc4106_set_sh_desc(authenc); in rfc4106_setauthsize()
514 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize() argument
517 struct caam_ctx *ctx = crypto_aead_ctx_dma(authenc); in rfc4543_setauthsize()
523 rfc4543_set_sh_desc(authenc); in rfc4543_setauthsize()