lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 12 Nov 2013 11:39:01 -0600
From:	Tom Lendacky <thomas.lendacky@....com>
To:	<davem@...emloft.net>, <linux-crytpo@...r.kernel.org>,
	<herbert@...dor.apana.org.au>
CC:	<linux-kernel@...r.kernel.org>
Subject: [PATCH 00/10] AMD Cryptographic Coprocessor support

The following series implements support for the AMD Cryptographic
Coprocessor (CCP).  The AMD CCP provides hardware encryption, hashing
and other related operations.

This patch series is based on the 3.12 kernel.

---

Tom Lendacky (10):
      crypto: authenc - Find proper IV address in ablkcipher callback
      crypto: scatterwalk - Set the chain pointer indication bit
      crypto: CCP device driver and interface support
      crypto: crypto API interface to the CCP device driver
      crypto: CCP AES crypto API support
      crypto: CCP AES CMAC mode crypto API support
      crypto: CCP XTS-AES crypto API support
      crypto: CCP SHA crypto API support
      crytpo: CCP device driver build files
      crypto: CCP maintainer information


 MAINTAINERS                              |    7 
 crypto/authenc.c                         |    7 
 drivers/crypto/Kconfig                   |   12 
 drivers/crypto/Makefile                  |    1 
 drivers/crypto/ccp/Kconfig               |   23 
 drivers/crypto/ccp/Makefile              |   10 
 drivers/crypto/ccp/ccp-crypto-aes-cmac.c |  355 +++++
 drivers/crypto/ccp/ccp-crypto-aes-xts.c  |  285 ++++
 drivers/crypto/ccp/ccp-crypto-aes.c      |  375 ++++++
 drivers/crypto/ccp/ccp-crypto-main.c     |  432 ++++++
 drivers/crypto/ccp/ccp-crypto-sha.c      |  497 +++++++
 drivers/crypto/ccp/ccp-crypto.h          |  191 +++
 drivers/crypto/ccp/ccp-dev.c             |  582 +++++++++
 drivers/crypto/ccp/ccp-dev.h             |  272 ++++
 drivers/crypto/ccp/ccp-ops.c             | 2020 ++++++++++++++++++++++++++++++
 drivers/crypto/ccp/ccp-pci.c             |  360 +++++
 include/crypto/scatterwalk.h             |    1 
 include/linux/ccp.h                      |  525 ++++++++
 18 files changed, 5952 insertions(+), 3 deletions(-)
 create mode 100644 drivers/crypto/ccp/Kconfig
 create mode 100644 drivers/crypto/ccp/Makefile
 create mode 100644 drivers/crypto/ccp/ccp-crypto-aes-cmac.c
 create mode 100644 drivers/crypto/ccp/ccp-crypto-aes-xts.c
 create mode 100644 drivers/crypto/ccp/ccp-crypto-aes.c
 create mode 100644 drivers/crypto/ccp/ccp-crypto-main.c
 create mode 100644 drivers/crypto/ccp/ccp-crypto-sha.c
 create mode 100644 drivers/crypto/ccp/ccp-crypto.h
 create mode 100644 drivers/crypto/ccp/ccp-dev.c
 create mode 100644 drivers/crypto/ccp/ccp-dev.h
 create mode 100644 drivers/crypto/ccp/ccp-ops.c
 create mode 100644 drivers/crypto/ccp/ccp-pci.c
 create mode 100644 include/linux/ccp.h

-- 
Tom Lendacky

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ