commit | 457a6fdf4caaac5d5006bfd609f33b8b2a383750 | [log] [tgz] |
---|---|---|
author | Pascal van Leeuwen <pascalvanl@gmail.com> | Fri Sep 13 22:04:46 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Oct 05 01:06:09 2019 +1000 |
tree | 94f5692c66b86bf43d9009968d8cbea01ad845bb | |
parent | f0a8bdf0b113b51d023c94468628ec90d4375acc [diff] |
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>