From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla@dpdk.org
Subject: [Bug 98] wrongly assignment of digest_len
Date: Wed, 24 Oct 2018 11:23:17 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
To: dev@dpdk.org
Return-path:
List-Id: DPDK patches and discussions
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dev-bounces@dpdk.org
Sender: "dev"
https://bugs.dpdk.org/show_bug.cgi?id=3D98
Bug ID: 98
Summary: wrongly assignment of digest_len
Product: DPDK
Version: 18.08
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: Normal
Component: cryptodev
Assignee: dev@dpdk.org
Reporter: kingwel.xie@ericsson.com
Target Milestone: ---
rte_aesni_mb_pmd.c:406
sess->auth.digest_len =3D xform->auth.digest_length;
should be:
sess->auth.digest_len =3D xform->next->auth.digest_length;
To assign session's auth digiest length by auth xform, instead of cipher fo=
rm.
This causes a wrong truncated mac size of AES-CMAC.
--=20
You are receiving this mail because:
You are the assignee for the bug.=