Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Series short description
@ 2017-03-02 21:26 Gary R Hook
  2017-03-02 21:26 ` [PATCH V2 1/3] crypto: ccp - Add SHA-2 384- and 512-bit support Gary R Hook
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gary R Hook @ 2017-03-02 21:26 UTC (permalink / raw)
  To: linux-crypto; +Cc: thomas.lendacky, gary.hook, herbert, davem

The following series:
- Move verbose init messages to debug mode
- Update the queue pointers in the event of an error
- Simplify buffer management and eliminate an unused option

---

Gary R Hook (3):
      crypto: ccp - Add SHA-2 384- and 512-bit support
      crypto: ccp - Enable support for AES GCM on v5 CCPs
      crypto: ccp - Enable 3DES function on v5 CCPs


 drivers/crypto/ccp/Makefile                |    2 
 drivers/crypto/ccp/ccp-crypto-aes-galois.c |  257 ++++++++++++++
 drivers/crypto/ccp/ccp-crypto-des3.c       |  254 ++++++++++++++
 drivers/crypto/ccp/ccp-crypto-main.c       |   22 +
 drivers/crypto/ccp/ccp-crypto-sha.c        |   22 +
 drivers/crypto/ccp/ccp-crypto.h            |   44 ++
 drivers/crypto/ccp/ccp-dev-v3.c            |    1 
 drivers/crypto/ccp/ccp-dev-v5.c            |   56 +++
 drivers/crypto/ccp/ccp-dev.h               |   15 +
 drivers/crypto/ccp/ccp-ops.c               |  522 ++++++++++++++++++++++++++++
 include/linux/ccp.h                        |   68 ++++
 11 files changed, 1257 insertions(+), 6 deletions(-)
 create mode 100644 drivers/crypto/ccp/ccp-crypto-aes-galois.c
 create mode 100644 drivers/crypto/ccp/ccp-crypto-des3.c

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

end of thread, other threads:[~2017-03-09 10:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02 21:26 [PATCH V2 0/3] Series short description Gary R Hook
2017-03-02 21:26 ` [PATCH V2 1/3] crypto: ccp - Add SHA-2 384- and 512-bit support Gary R Hook
2017-03-02 21:26 ` [PATCH V2 2/3] crypto: ccp - Enable support for AES GCM on v5 CCPs Gary R Hook
2017-03-03  7:15   ` Stephan Müller
2017-03-09 10:32   ` Herbert Xu
2017-03-02 21:27 ` [PATCH V2 3/3] crypto: ccp - Enable 3DES function " Gary R Hook
2017-03-02 21:29 ` [PATCH V2 0/3] Series short description Gary R Hook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox