aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c60
1 files changed, 60 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index eb6d20f8ec5d..73b3ec6fe1a2 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -1549,6 +1549,21 @@ static const struct alg_test_desc alg_test_descs[] = {
1549 } 1549 }
1550 } 1550 }
1551 }, { 1551 }, {
1552 .alg = "__cbc-twofish-avx",
1553 .test = alg_test_null,
1554 .suite = {
1555 .cipher = {
1556 .enc = {
1557 .vecs = NULL,
1558 .count = 0
1559 },
1560 .dec = {
1561 .vecs = NULL,
1562 .count = 0
1563 }
1564 }
1565 }
1566 }, {
1552 .alg = "__driver-cbc-aes-aesni", 1567 .alg = "__driver-cbc-aes-aesni",
1553 .test = alg_test_null, 1568 .test = alg_test_null,
1554 .suite = { 1569 .suite = {
@@ -1579,6 +1594,21 @@ static const struct alg_test_desc alg_test_descs[] = {
1579 } 1594 }
1580 } 1595 }
1581 }, { 1596 }, {
1597 .alg = "__driver-cbc-twofish-avx",
1598 .test = alg_test_null,
1599 .suite = {
1600 .cipher = {
1601 .enc = {
1602 .vecs = NULL,
1603 .count = 0
1604 },
1605 .dec = {
1606 .vecs = NULL,
1607 .count = 0
1608 }
1609 }
1610 }
1611 }, {
1582 .alg = "__driver-ecb-aes-aesni", 1612 .alg = "__driver-ecb-aes-aesni",
1583 .test = alg_test_null, 1613 .test = alg_test_null,
1584 .suite = { 1614 .suite = {
@@ -1609,6 +1639,21 @@ static const struct alg_test_desc alg_test_descs[] = {
1609 } 1639 }
1610 } 1640 }
1611 }, { 1641 }, {
1642 .alg = "__driver-ecb-twofish-avx",
1643 .test = alg_test_null,
1644 .suite = {
1645 .cipher = {
1646 .enc = {
1647 .vecs = NULL,
1648 .count = 0
1649 },
1650 .dec = {
1651 .vecs = NULL,
1652 .count = 0
1653 }
1654 }
1655 }
1656 }, {
1612 .alg = "__ghash-pclmulqdqni", 1657 .alg = "__ghash-pclmulqdqni",
1613 .test = alg_test_null, 1658 .test = alg_test_null,
1614 .suite = { 1659 .suite = {
@@ -1806,6 +1851,21 @@ static const struct alg_test_desc alg_test_descs[] = {
1806 } 1851 }
1807 } 1852 }
1808 }, { 1853 }, {
1854 .alg = "cryptd(__driver-ecb-twofish-avx)",
1855 .test = alg_test_null,
1856 .suite = {
1857 .cipher = {
1858 .enc = {
1859 .vecs = NULL,
1860 .count = 0
1861 },
1862 .dec = {
1863 .vecs = NULL,
1864 .count = 0
1865 }
1866 }
1867 }
1868 }, {
1809 .alg = "cryptd(__ghash-pclmulqdqni)", 1869 .alg = "cryptd(__ghash-pclmulqdqni)",
1810 .test = alg_test_null, 1870 .test = alg_test_null,
1811 .suite = { 1871 .suite = {