crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBC
authorPascal van Leeuwen <pascalvanl@gmail.com>
Fri, 13 Sep 2019 20:04:46 +0000 (22:04 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Oct 2019 15:06:09 +0000 (01:06 +1000)
commit457a6fdf4caaac5d5006bfd609f33b8b2a383750
tree94f5692c66b86bf43d9009968d8cbea01ad845bb
parentf0a8bdf0b113b51d023c94468628ec90d4375acc
crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBC

This patch adds support for the authenc(hmac(sha224),cbc(des)),
authenc(hmac(sha256),cbc(des)), authenc(hmac(sha384),cbc(des))
and authenc(hmac(sha512),cbc(des)) 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>
drivers/crypto/inside-secure/safexcel.c
drivers/crypto/inside-secure/safexcel.h
drivers/crypto/inside-secure/safexcel_cipher.c