[dpdk-dev] [PATCH] kasumi: fix AAD size of F9 function

2016-07-08 Thread Thomas Monjalon
2016-07-08 09:40, Pablo de Lara: > 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") >

[dpdk-dev] [PATCH] kasumi: fix AAD size of F9 function

2016-07-08 Thread Pablo de Lara
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 --- drivers/