crypto/kasumi: fix AAD size of F9 function
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 8 Jul 2016 08:40:08 +0000 (09:40 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 10 Jul 2016 12:51:09 +0000 (14:51 +0200)
commit372201e2070e3ca9a2342269becef447892ba636
tree4c8be8b1319c0ca1a1c723f2628d5e6d955bbef2
parent419f2add3bb00c29142d2df750ea44df04c6e49c
crypto/kasumi: fix AAD size of F9 function

Additional authenticated data (AAD) in KASUMI F9 (UIA1) is 8 bytes
and not 9 bytes, since direction bit is obtained just after the
end of the message, and it is separated from the AAD.

Fixes: 2773c86d061a ("crypto/kasumi: add driver for KASUMI library")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
drivers/crypto/kasumi/rte_kasumi_pmd_ops.c