]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0fc8182b570a4a2773f3df1f7cdc4e60abce77f9
tree94f5692c66b86bf43d9009968d8cbea01ad845bb
parentc4c8da5ff197156237d229cdae2dd06be060e9a1
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