crypto: inside-secure - Add SHA3 family of basic hash algorithms
This patch adds support for sha3-224, sha3-256, sha3-384 and sha3-512 basic hashes. 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>
This commit is contained in:

committed by
Herbert Xu

parent
1769f704e5
commit
aaf5a3839a
@@ -1187,6 +1187,10 @@ static struct safexcel_alg_template *safexcel_algs[] = {
|
||||
&safexcel_alg_authenc_hmac_sm3_cbc_sm4,
|
||||
&safexcel_alg_authenc_hmac_sha1_ctr_sm4,
|
||||
&safexcel_alg_authenc_hmac_sm3_ctr_sm4,
|
||||
&safexcel_alg_sha3_224,
|
||||
&safexcel_alg_sha3_256,
|
||||
&safexcel_alg_sha3_384,
|
||||
&safexcel_alg_sha3_512,
|
||||
};
|
||||
|
||||
static int safexcel_register_algorithms(struct safexcel_crypto_priv *priv)
|
||||
|
Reference in New Issue
Block a user