linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] crypto: omap-aes: Add support for GCM mode
@ 2015-07-02  5:18 Lokesh Vutla
  2015-07-02  5:18 ` [PATCH 01/10] crypto: omap-aes: Add support for lengths not aligned with AES_BLOCK_SIZE Lokesh Vutla
                   ` (9 more replies)
  0 siblings, 10 replies; 36+ messages in thread
From: Lokesh Vutla @ 2015-07-02  5:18 UTC (permalink / raw)
  To: herbert, linux-crypto, davem
  Cc: linux-omap, linux-kernel, t-kristo, nsekhar, lokeshvutla

This series does some basic cleanup and adds support for
AES GCM mode for omap aes driver.
Also adds a test case for async aead algos.

Tested on BeagelBoneBlack: http://pastebin.ubuntu.com/11808341/

Lokesh Vutla (10):
  crypto: omap-aes: Add support for lengths not aligned with
    AES_BLOCK_SIZE
  crypto: omap-aes: Fix configuring of AES mode
  crypto: aead: Add aead_request_cast() api
  crypto: omap-aes: Use BIT() macro
  crypto: omap-aes: Add support for GCM mode
  crypto: omap-aes: gcm: Handle inputs properly
  crypto: omap-aes: gcm: Add support for unaligned lengths
  crypto: omap-aes: gmc: Add algo info
  crypto: omap-aes: gcm: Add support for PIO mode
  crypto: tcrypt: Added speed tests for Async AEAD crypto alogrithms

 crypto/tcrypt.c               |  233 +++++++++++++++++++++++++
 crypto/tcrypt.h               |    1 +
 drivers/crypto/Makefile       |    3 +-
 drivers/crypto/omap-aes-gcm.c |  386 +++++++++++++++++++++++++++++++++++++++++
 drivers/crypto/omap-aes.c     |  322 +++++++++++++---------------------
 drivers/crypto/omap-aes.h     |  206 ++++++++++++++++++++++
 include/linux/crypto.h        |    6 +
 7 files changed, 955 insertions(+), 202 deletions(-)
 create mode 100644 drivers/crypto/omap-aes-gcm.c
 create mode 100644 drivers/crypto/omap-aes.h

-- 
1.7.9.5

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

end of thread, other threads:[~2015-07-06  8:49 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02  5:18 [PATCH 00/10] crypto: omap-aes: Add support for GCM mode Lokesh Vutla
2015-07-02  5:18 ` [PATCH 01/10] crypto: omap-aes: Add support for lengths not aligned with AES_BLOCK_SIZE Lokesh Vutla
2015-07-02  7:53   ` Felipe Balbi
2015-07-02  9:26     ` Lokesh Vutla
2015-07-06  7:38   ` Herbert Xu
2015-07-02  5:18 ` [PATCH 02/10] crypto: omap-aes: Fix configuring of AES mode Lokesh Vutla
2015-07-02  7:57   ` Felipe Balbi
2015-07-02  9:43     ` Lokesh Vutla
2015-07-02  5:18 ` [PATCH 03/10] crypto: aead: Add aead_request_cast() api Lokesh Vutla
2015-07-02  7:58   ` Felipe Balbi
2015-07-02  9:46     ` Lokesh Vutla
2015-07-06  7:41   ` Herbert Xu
2015-07-02  5:18 ` [PATCH 04/10] crypto: omap-aes: Use BIT() macro Lokesh Vutla
2015-07-02  7:59   ` Felipe Balbi
2015-07-06  7:42     ` Herbert Xu
2015-07-02  5:18 ` [PATCH 05/10] crypto: omap-aes: Add support for GCM mode Lokesh Vutla
2015-07-02  8:04   ` Felipe Balbi
2015-07-02 10:10     ` Lokesh Vutla
2015-07-02  5:18 ` [PATCH 06/10] crypto: omap-aes: gcm: Handle inputs properly Lokesh Vutla
2015-07-02  8:04   ` Felipe Balbi
2015-07-02 10:13     ` Lokesh Vutla
2015-07-02  5:18 ` [PATCH 07/10] crypto: omap-aes: gcm: Add support for unaligned lengths Lokesh Vutla
2015-07-02  8:05   ` Felipe Balbi
2015-07-02  5:18 ` [PATCH 08/10] crypto: omap-aes: gmc: Add algo info Lokesh Vutla
2015-07-02  8:00   ` Stephan Mueller
2015-07-02  9:54     ` Lokesh Vutla
2015-07-02  9:56       ` Stephan Mueller
2015-07-06  7:35   ` Herbert Xu
2015-07-06  8:15     ` Lokesh Vutla
2015-07-02  5:18 ` [PATCH 09/10] crypto: omap-aes: gcm: Add support for PIO mode Lokesh Vutla
2015-07-02  8:06   ` Felipe Balbi
2015-07-02 10:17     ` Lokesh Vutla
2015-07-02  5:18 ` [PATCH 10/10] crypto: tcrypt: Added speed tests for Async AEAD crypto alogrithms Lokesh Vutla
2015-07-06  7:44   ` Herbert Xu
2015-07-06  8:45     ` Lokesh Vutla
2015-07-06  8:49       ` Herbert Xu

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).