This patchset adds support for all flavours of sha3-xxx and hmac(sha3-xxx) ahash algorithms. The patchset has been tested with the eip197c_iewxkbc configuration on the Xilinx VCU118 development board, including the testmgr extra tests. Pascal van Leeuwen (2): crypto: inside-secure - Add SHA3 family of basic hash algorithms crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms drivers/crypto/inside-secure/safexcel.c | 8 + drivers/crypto/inside-secure/safexcel.h | 13 + drivers/crypto/inside-secure/safexcel_hash.c | 790 ++++++++++++++++++++++++++- 3 files changed, 799 insertions(+), 12 deletions(-) -- 1.8.3.1