This patchset adds support for the AES-GCM and AES-CCM AEAD ciphersuites
and the AES-CFB and AES-OFB feedback modes for AES.

Pascal van Leeuwen (4):
  crypto: inside-secure - Added support for basic AES-GCM
  crypto: inside-secure - Added AES-CFB support
  crypto: inside-secure - Added AES-OFB support
  crypto: inside-secure - Added support for basic AES-CCM

 drivers/crypto/inside-secure/safexcel.c        |   4 +
 drivers/crypto/inside-secure/safexcel.h        |  19 +-
 drivers/crypto/inside-secure/safexcel_cipher.c | 508 ++++++++++++++++++++++---
 drivers/crypto/inside-secure/safexcel_ring.c   |   8 +-
 4 files changed, 488 insertions(+), 51 deletions(-)

-- 
1.8.3.1

Reply via email to