linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gary R Hook <ghook@amd.com>
To: Gary R Hook <gary.hook@amd.com>,
	"linux-crypto@vger.kernel.org" <linux-crypto@vger.kernel.org>
Cc: "Lendacky, Thomas" <Thomas.Lendacky@amd.com>,
	"herbert@gondor.apana.org.au" <herbert@gondor.apana.org.au>,
	"davem@davemloft.net" <davem@davemloft.net>
Subject: Re: [PATCH 0/3] Support new function in the newer CCP
Date: Mon, 27 Feb 2017 11:41:09 -0600	[thread overview]
Message-ID: <ca544586-4d1a-5b22-66fb-42641b9c640d@amd.com> (raw)
In-Reply-To: <20170215214954.26536.76736.stgit@taos>

On 02/15/2017 03:55 PM, Gary R Hook wrote:
> The following series implements new function in a version 5
> coprocessor. New features are:
>  - Support for SHA-2 384-bit and 512-bit hashing
>  - Support for AES GCM encryption
>  - Support for 3DES encryption


Please ignore. This patchset introduces build breaks. Will send a V2 
shortly.


>
> ---
>
> Gary R Hook (3):
>       crypto: ccp - Add SHA-2 384-/512-/bit support
>       crypto: ccp - Add support for AES GCM on v5 CCPs
>       crypto: ccp - Add 3DES function on v5 CCPs
>
>
>  drivers/crypto/ccp/Makefile                |    3
>  drivers/crypto/ccp/ccp-crypto-aes-galois.c |  257 ++++++++++++++
>  drivers/crypto/ccp/ccp-crypto-des3.c       |  254 ++++++++++++++
>  drivers/crypto/ccp/ccp-crypto-main.c       |   30 ++
>  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            |   54 +++
>  drivers/crypto/ccp/ccp-dev.h               |   14 +
>  drivers/crypto/ccp/ccp-ops.c               |  522
> ++++++++++++++++++++++++++++
>  include/linux/ccp.h                        |   68 ++++
>  11 files changed, 1263 insertions(+), 6 deletions(-)
>  create mode 100644 drivers/crypto/ccp/ccp-crypto-aes-galois.c
>  create mode 100644 drivers/crypto/ccp/ccp-crypto-des3.c
>
> --
> I'm pretty sure donuts would help.

-- 
This is my day job. Follow me at:
IG/Twitter/Facebook: @grhookphoto
IG/Twitter/Facebook: @grhphotographer

      parent reply	other threads:[~2017-02-27 18:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 21:55 [PATCH 0/3] Support new function in the newer CCP Gary R Hook
2017-02-15 21:55 ` [PATCH 1/3] crypto: ccp - Add SHA-2 384-/512-bit support Gary R Hook
2017-02-15 21:56 ` [PATCH 2/3] crypto: ccp - Add support for AES GCM on v5 CCPs Gary R Hook
2017-02-15 21:56 ` [PATCH 3/3] crypto: ccp - Add 3DES function " Gary R Hook
2017-02-27 17:41 ` Gary R Hook [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ca544586-4d1a-5b22-66fb-42641b9c640d@amd.com \
    --to=ghook@amd.com \
    --cc=Thomas.Lendacky@amd.com \
    --cc=davem@davemloft.net \
    --cc=gary.hook@amd.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).