Skip to content

Commit 5b40d63

Browse files
committed
stress-af-alg-defconfigs: add more crypto configs from Linux 7.2
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
1 parent 7b57554 commit 5b40d63

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

stress-af-alg-defconfigs.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
{ .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "rfc4106(gcm(aes))", .block_size = 1, .max_auth_size = 16, .iv_size = 8 },
2525
{ .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "rfc4309(ccm(aes))", .block_size = 1, .max_auth_size = 16, .iv_size = 8 },
2626
{ .crypto_type = CRYPTO_AEAD, .type = "aead", .name = "rfc4543(gcm(aes))", .block_size = 1, .max_auth_size = 16, .iv_size = 8 },
27+
{ .crypto_type = CRYPTO_AHASH, .type = "ahash", .name = "hmac(rmd160)", .block_size = 64, .digest_size = 20 },
28+
{ .crypto_type = CRYPTO_AHASH, .type = "ahash", .name = "hmac(sha3-384)", .block_size = 104, .digest_size = 48 },
29+
{ .crypto_type = CRYPTO_AHASH, .type = "ahash", .name = "hmac(sha3-512)", .block_size = 72, .digest_size = 64 },
30+
{ .crypto_type = CRYPTO_AHASH, .type = "ahash", .name = "hmac(streebog256)", .block_size = 64, .digest_size = 32 },
31+
{ .crypto_type = CRYPTO_AHASH, .type = "ahash", .name = "hmac(streebog512)", .block_size = 64, .digest_size = 64 },
2732
{ .crypto_type = CRYPTO_AHASH, .type = "ahash", .name = "ghash", .block_size = 16, .digest_size = 16 },
2833
{ .crypto_type = CRYPTO_AKCIPHER, .type = "akcipher", .name = "ecrdsa" },
2934
{ .crypto_type = CRYPTO_AKCIPHER, .type = "akcipher", .name = "rsa" },
@@ -50,6 +55,8 @@
5055
{ .crypto_type = CRYPTO_RNG, .type = "rng", .name = "fips(ansi_cprng)" },
5156
{ .crypto_type = CRYPTO_RNG, .type = "rng", .name = "jitterentropy_rng" },
5257
{ .crypto_type = CRYPTO_RNG, .type = "rng", .name = "stdrng" },
58+
{ .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "cbcmac(aes)", .block_size = 16, .digest_size = 16 },
59+
{ .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "cbcmac(sm4)", .block_size = 16, .digest_size = 16 },
5360
{ .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "blake2b-160", .block_size = 128, .digest_size = 20 },
5461
{ .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "blake2b-256", .block_size = 128, .digest_size = 32 },
5562
{ .crypto_type = CRYPTO_SHASH, .type = "shash", .name = "blake2b-384", .block_size = 128, .digest_size = 48 },

0 commit comments

Comments
 (0)