Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66664487 authored by Kim Phillips's avatar Kim Phillips Committed by Herbert Xu
Browse files

crypto: caam - remove unused authkeylen from caam_ctx

parent ddbb8088
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ struct caam_ctx {
	u8 *key;
	dma_addr_t key_phys;
	unsigned int enckeylen;
	unsigned int authkeylen;
	unsigned int split_key_len;
	unsigned int split_key_pad_len;
	unsigned int authsize;
@@ -330,7 +329,6 @@ static int aead_authenc_setkey(struct crypto_aead *aead,
#endif

	ctx->enckeylen = enckeylen;
	ctx->authkeylen = authkeylen;

	ret = build_sh_desc_ipsec(ctx);
	if (ret) {