mbox series

[v2,0/9] crypto: hisilicon-SEC V2 AEAD added with some bugfixed

Message ID 1578710516-40535-1-git-send-email-xuzaibo@huawei.com
Headers show
Series crypto: hisilicon-SEC V2 AEAD added with some bugfixed | expand

Message

Zaibo Xu Jan. 11, 2020, 2:41 a.m. UTC
Add AEAD algorithms supporting, and some bugfixed with
some updating on internal funcions to support more algorithms.

This series is based on:
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git

Change log:
  V2: Rebased on Arnd Bergmann's fixing patch on DebugFS usage.

Zaibo Xu (9):
  crypto: hisilicon - Update debugfs usage of SEC V2
  crypto: hisilicon - fix print/comment of SEC V2
  crypto: hisilicon - Update some names on SEC V2
  crypto: hisilicon - Update QP resources of SEC V2
  crypto: hisilicon - Adjust some inner logic
  crypto: hisilicon - Add callback error check
  crypto: hisilicon - Add branch prediction macro
  crypto: hisilicon - redefine skcipher initiation
  crypto: hisilicon - Add aead support on SEC2

 drivers/crypto/hisilicon/Kconfig           |   8 +-
 drivers/crypto/hisilicon/sec2/sec.h        |  49 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 963 +++++++++++++++++++++++------
 drivers/crypto/hisilicon/sec2/sec_crypto.h |  22 +-
 drivers/crypto/hisilicon/sec2/sec_main.c   |  23 +-
 5 files changed, 833 insertions(+), 232 deletions(-)