commit | 6c1c09b3dd0c217eeab3f123e24e58cf6ba30713 | [log] [tgz] |
---|---|---|
author | Pascal van Leeuwen <pascalvanl@gmail.com> | Fri Sep 13 20:56:48 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Oct 05 01:06:07 2019 +1000 |
tree | 77de6a6cccf62944f80e586d345b04e2a4e286fd | |
parent | aaf5a3839a3fcba06ca978e85cb6f66117ad44dd [diff] |
crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms This patch adds support for hmac(sha3-224), hmac(sha3-256), hmac(sha3-384) and hmac(sha3-512) authentication algorithms. The patch has been tested with the eip197c_iewxkbc configuration on the Xilinx VCU118 development board, including the testmgr extra tests. changes since v1: - nothing Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>