]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/testmgr.c
crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher
[karo-tx-linux.git] / crypto / testmgr.c
index 380708477b351b9129d35801a65757644151e3d0..f3effb42531e2fcadae28008643a51597f797406 100644 (file)
@@ -1654,6 +1654,9 @@ static const struct alg_test_desc alg_test_descs[] = {
                .alg = "__driver-cbc-aes-aesni",
                .test = alg_test_null,
                .fips_allowed = 1,
+       }, {
+               .alg = "__driver-cbc-blowfish-avx2",
+               .test = alg_test_null,
        }, {
                .alg = "__driver-cbc-camellia-aesni",
                .test = alg_test_null,
@@ -1676,6 +1679,9 @@ static const struct alg_test_desc alg_test_descs[] = {
                .alg = "__driver-ecb-aes-aesni",
                .test = alg_test_null,
                .fips_allowed = 1,
+       }, {
+               .alg = "__driver-ecb-blowfish-avx2",
+               .test = alg_test_null,
        }, {
                .alg = "__driver-ecb-camellia-aesni",
                .test = alg_test_null,
@@ -1947,6 +1953,9 @@ static const struct alg_test_desc alg_test_descs[] = {
                .alg = "cryptd(__driver-cbc-aes-aesni)",
                .test = alg_test_null,
                .fips_allowed = 1,
+       }, {
+               .alg = "cryptd(__driver-cbc-blowfish-avx2)",
+               .test = alg_test_null,
        }, {
                .alg = "cryptd(__driver-cbc-camellia-aesni)",
                .test = alg_test_null,
@@ -1954,6 +1963,9 @@ static const struct alg_test_desc alg_test_descs[] = {
                .alg = "cryptd(__driver-ecb-aes-aesni)",
                .test = alg_test_null,
                .fips_allowed = 1,
+       }, {
+               .alg = "cryptd(__driver-ecb-blowfish-avx2)",
+               .test = alg_test_null,
        }, {
                .alg = "cryptd(__driver-ecb-camellia-aesni)",
                .test = alg_test_null,