linux-bl808/drivers/crypto/inside-secure
Pascal van Leeuwen f0a8bdf0b1 crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC
This patch adds support for the authenc(hmac(sha224),cbc(des3_ede)),
authenc(hmac(sha256),cbc(des3_ede)), authenc(hmac(sha384),cbc(des3_ede))
and authenc(hmac(sha512),cbc(des3_ede)) aead's

changes since v1:
- nothing

Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-10-05 01:06:08 +10:00
..
Makefile
safexcel.c crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC 2019-10-05 01:06:08 +10:00
safexcel.h crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC 2019-10-05 01:06:08 +10:00
safexcel_cipher.c crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC 2019-10-05 01:06:08 +10:00
safexcel_hash.c crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms 2019-10-05 01:06:07 +10:00
safexcel_ring.c