DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 98] wrongly assignment of digest_len
@ 2018-10-24 11:23 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2018-10-24 11:23 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=98

            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 = xform->auth.digest_length;

should be:

sess->auth.digest_len = xform->next->auth.digest_length;

To assign session's auth digiest length by auth xform, instead of cipher form.

This causes a wrong truncated mac size of AES-CMAC.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-24 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24 11:23 [dpdk-dev] [Bug 98] wrongly assignment of digest_len bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).