| From: |
| Pascal van Leeuwen <pascalvanl-AT-gmail.com> |
| To: |
| linux-crypto-AT-vger.kernel.org |
| Subject: |
| [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC |
| Date: |
| Wed, 4 Sep 2019 09:36:45 +0200 |
| Message-ID: |
| <1567582608-29177-1-git-send-email-pvanleeuwen@verimatrix.com> |
| Cc: |
| antoine.tenart-AT-bootlin.com, herbert-AT-gondor.apana.org.au, davem-AT-davemloft.net, Pascal van Leeuwen <pvanleeuwen-AT-verimatrix.com> |
| Archive-link: |
| Article |
This patchset adds support for the (AES) CBCMAC family of authentication
algorithms: AES-CBCMAC, AES-XCBCMAC and AES-MAC
It has been verified with a Xilinx PCIE FPGA board as well as the Marvell
Armada A8K based Macchiatobin development board.
Pascal van Leeuwen (3):
crypto: inside-secure - Added support for the AES CBCMAC ahash
crypto: inside-secure - Added support for the AES XCBC ahash
crypto: inside-secure - Added support for the AES-CMAC ahash
drivers/crypto/inside-secure/safexcel.c | 3 +
drivers/crypto/inside-secure/safexcel.h | 3 +
drivers/crypto/inside-secure/safexcel_hash.c | 462 ++++++++++++++++++++++++---
3 files changed, 427 insertions(+), 41 deletions(-)
--
1.8.3.1