Lines Matching refs:authenc
714 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() argument
717 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize()
720 aead_set_sh_desc(authenc); in aead_setauthsize()
915 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() argument
917 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in gcm_setauthsize()
920 gcm_set_sh_desc(authenc); in gcm_setauthsize()
1087 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() argument
1090 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4106_setauthsize()
1093 rfc4106_set_sh_desc(authenc); in rfc4106_setauthsize()
1264 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize() argument
1267 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4543_setauthsize()
1270 rfc4543_set_sh_desc(authenc); in rfc4543_setauthsize()