From: Shasi Pulijala
This patch adds further support for AMCC ppc4xx security device driver. This is
the
second release that adds algorithms like:
des/3des
rfc3686(ctr(aes))
gcm, ccm
hmac(md5,sha1,..,sha512)
xcbc(aes), arc4 and kasumi.
Signed-off-by: Shasi Pulijala
Acked-by: Loc Ho
From: Shasi Pulijala
This patch further adds immediate hash functions to md5/sha1/sha2 algs.
These immediate hash functions are used in hmac key generation in PPC Crypto4xx
driver.
Signed-off-by: Shasi Pulijala
Acked-by: Loc Ho
---
crypto/md5.c| 15 +++
crypto
Hi,
I am re-sending this patch as a patch series of 3, I am assuming the
earlier one did not go through the mailing lists
because it was over the size limit.
-Shasi
From: Shasi Pulijala
This is second release version for the PPC4XX Security driver that
adds aead type support and other