All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] crypto: hisilicon-SEC V2 AEAD added with some bugfixed
@ 2020-01-10  7:49 Zaibo Xu
  2020-01-10  7:49 ` [PATCH 1/9] crypto: hisilicon - fix debugfs usage of SEC V2 Zaibo Xu
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Zaibo Xu @ 2020-01-10  7:49 UTC (permalink / raw)
  To: herbert, davem
  Cc: linux-crypto, linuxarm, jonathan.cameron, wangzhou1, tanghui20,
	yekai13, liulongfang, qianweili, zhangwei375, fanghao11,
	forest.zhouchang

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/cryptodev-2.6.git

Zaibo Xu (9):
  crypto: hisilicon - fix 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        |  53 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 963 +++++++++++++++++++++++------
 drivers/crypto/hisilicon/sec2/sec_crypto.h |  22 +-
 drivers/crypto/hisilicon/sec2/sec_main.c   |  19 +-
 5 files changed, 838 insertions(+), 227 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-01-10 10:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10  7:49 [PATCH 0/9] crypto: hisilicon-SEC V2 AEAD added with some bugfixed Zaibo Xu
2020-01-10  7:49 ` [PATCH 1/9] crypto: hisilicon - fix debugfs usage of SEC V2 Zaibo Xu
2020-01-10  8:50   ` Herbert Xu
2020-01-10 10:49     ` Xu Zaibo
2020-01-10  7:49 ` [PATCH 2/9] crypto: hisilicon - fix print/comment " Zaibo Xu
2020-01-10  7:49 ` [PATCH 3/9] crypto: hisilicon - Update some names on " Zaibo Xu
2020-01-10  7:49 ` [PATCH 4/9] crypto: hisilicon - Update QP resources of " Zaibo Xu
2020-01-10  7:49 ` [PATCH 5/9] crypto: hisilicon - Adjust some inner logic Zaibo Xu
2020-01-10  7:49 ` [PATCH 6/9] crypto: hisilicon - Add callback error check Zaibo Xu
2020-01-10  7:49 ` [PATCH 7/9] crypto: hisilicon - Add branch prediction macro Zaibo Xu
2020-01-10  7:49 ` [PATCH 8/9] crypto: hisilicon - redefine skcipher initiation Zaibo Xu
2020-01-10  7:49 ` [PATCH 9/9] crypto: hisilicon - Add aead support on SEC2 Zaibo Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.