]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms
authorPascal van Leeuwen <pascalvanl@gmail.com>
Fri, 13 Sep 2019 18:56:48 +0000 (20:56 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Oct 2019 15:06:07 +0000 (01:06 +1000)
commitfa1f1d68017256d0988e491b20b9ba94061dbe7b
tree77de6a6cccf62944f80e586d345b04e2a4e286fd
parent164e50d960a276f7d72ce84cf0caf362773921ca
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>
drivers/crypto/inside-secure/safexcel.c
drivers/crypto/inside-secure/safexcel.h
drivers/crypto/inside-secure/safexcel_hash.c