Lines Matching refs:tcrypt_test

1439 static inline int tcrypt_test(const char *alg)
1471 ret = min(ret, tcrypt_test("md5"));
1475 ret = min(ret, tcrypt_test("sha1"));
1479 ret = min(ret, tcrypt_test("ecb(des)"));
1480 ret = min(ret, tcrypt_test("cbc(des)"));
1481 ret = min(ret, tcrypt_test("ctr(des)"));
1485 ret = min(ret, tcrypt_test("ecb(des3_ede)"));
1486 ret = min(ret, tcrypt_test("cbc(des3_ede)"));
1487 ret = min(ret, tcrypt_test("ctr(des3_ede)"));
1491 ret = min(ret, tcrypt_test("md4"));
1495 ret = min(ret, tcrypt_test("sha256"));
1499 ret = min(ret, tcrypt_test("ecb(blowfish)"));
1500 ret = min(ret, tcrypt_test("cbc(blowfish)"));
1501 ret = min(ret, tcrypt_test("ctr(blowfish)"));
1505 ret = min(ret, tcrypt_test("ecb(twofish)"));
1506 ret = min(ret, tcrypt_test("cbc(twofish)"));
1507 ret = min(ret, tcrypt_test("ctr(twofish)"));
1508 ret = min(ret, tcrypt_test("lrw(twofish)"));
1509 ret = min(ret, tcrypt_test("xts(twofish)"));
1513 ret = min(ret, tcrypt_test("ecb(serpent)"));
1514 ret = min(ret, tcrypt_test("cbc(serpent)"));
1515 ret = min(ret, tcrypt_test("ctr(serpent)"));
1516 ret = min(ret, tcrypt_test("lrw(serpent)"));
1517 ret = min(ret, tcrypt_test("xts(serpent)"));
1521 ret = min(ret, tcrypt_test("ecb(aes)"));
1522 ret = min(ret, tcrypt_test("cbc(aes)"));
1523 ret = min(ret, tcrypt_test("lrw(aes)"));
1524 ret = min(ret, tcrypt_test("xts(aes)"));
1525 ret = min(ret, tcrypt_test("ctr(aes)"));
1526 ret = min(ret, tcrypt_test("rfc3686(ctr(aes))"));
1527 ret = min(ret, tcrypt_test("ofb(aes)"));
1528 ret = min(ret, tcrypt_test("cfb(aes)"));
1529 ret = min(ret, tcrypt_test("xctr(aes)"));
1533 ret = min(ret, tcrypt_test("sha384"));
1537 ret = min(ret, tcrypt_test("sha512"));
1541 ret = min(ret, tcrypt_test("deflate"));
1545 ret = min(ret, tcrypt_test("ecb(cast5)"));
1546 ret = min(ret, tcrypt_test("cbc(cast5)"));
1547 ret = min(ret, tcrypt_test("ctr(cast5)"));
1551 ret = min(ret, tcrypt_test("ecb(cast6)"));
1552 ret = min(ret, tcrypt_test("cbc(cast6)"));
1553 ret = min(ret, tcrypt_test("ctr(cast6)"));
1554 ret = min(ret, tcrypt_test("lrw(cast6)"));
1555 ret = min(ret, tcrypt_test("xts(cast6)"));
1559 ret = min(ret, tcrypt_test("ecb(arc4)"));
1563 ret = min(ret, tcrypt_test("michael_mic"));
1567 ret = min(ret, tcrypt_test("crc32c"));
1571 ret = min(ret, tcrypt_test("ecb(tea)"));
1575 ret = min(ret, tcrypt_test("ecb(xtea)"));
1579 ret = min(ret, tcrypt_test("ecb(khazad)"));
1583 ret = min(ret, tcrypt_test("wp512"));
1587 ret = min(ret, tcrypt_test("wp384"));
1591 ret = min(ret, tcrypt_test("wp256"));
1595 ret = min(ret, tcrypt_test("ecb(anubis)"));
1596 ret = min(ret, tcrypt_test("cbc(anubis)"));
1600 ret = min(ret, tcrypt_test("ecb(xeta)"));
1604 ret = min(ret, tcrypt_test("pcbc(fcrypt)"));
1608 ret = min(ret, tcrypt_test("ecb(camellia)"));
1609 ret = min(ret, tcrypt_test("cbc(camellia)"));
1610 ret = min(ret, tcrypt_test("ctr(camellia)"));
1611 ret = min(ret, tcrypt_test("lrw(camellia)"));
1612 ret = min(ret, tcrypt_test("xts(camellia)"));
1616 ret = min(ret, tcrypt_test("sha224"));
1620 ret = min(ret, tcrypt_test("gcm(aes)"));
1624 ret = min(ret, tcrypt_test("lzo"));
1628 ret = min(ret, tcrypt_test("ccm(aes)"));
1632 ret = min(ret, tcrypt_test("cts(cbc(aes))"));
1636 ret = min(ret, tcrypt_test("xxhash64"));
1640 ret = min(ret, tcrypt_test("rmd160"));
1644 ret = min(ret, tcrypt_test("blake2b-512"));
1648 ret = min(ret, tcrypt_test("ecb(seed)"));
1652 ret = min(ret, tcrypt_test("rfc4309(ccm(aes))"));
1656 ret = min(ret, tcrypt_test("ghash"));
1660 ret = min(ret, tcrypt_test("crct10dif"));
1664 ret = min(ret, tcrypt_test("sha3-224"));
1668 ret = min(ret, tcrypt_test("sha3-256"));
1672 ret = min(ret, tcrypt_test("sha3-384"));
1676 ret = min(ret, tcrypt_test("sha3-512"));
1680 ret = min(ret, tcrypt_test("sm3"));
1684 ret = min(ret, tcrypt_test("streebog256"));
1688 ret = min(ret, tcrypt_test("streebog512"));
1692 ret = min(ret, tcrypt_test("gcm(sm4)"));
1696 ret = min(ret, tcrypt_test("ccm(sm4)"));
1700 ret = min(ret, tcrypt_test("polyval"));
1704 ret = min(ret, tcrypt_test("gcm(aria)"));
1708 ret = min(ret, tcrypt_test("cts(cbc(sm4))"));
1712 ret = min(ret, tcrypt_test("hmac(md5)"));
1716 ret = min(ret, tcrypt_test("hmac(sha1)"));
1720 ret = min(ret, tcrypt_test("hmac(sha256)"));
1724 ret = min(ret, tcrypt_test("hmac(sha384)"));
1728 ret = min(ret, tcrypt_test("hmac(sha512)"));
1732 ret = min(ret, tcrypt_test("hmac(sha224)"));
1736 ret = min(ret, tcrypt_test("xcbc(aes)"));
1740 ret = min(ret, tcrypt_test("hmac(rmd160)"));
1744 ret = min(ret, tcrypt_test("vmac64(aes)"));
1748 ret = min(ret, tcrypt_test("hmac(sha3-224)"));
1752 ret = min(ret, tcrypt_test("hmac(sha3-256)"));
1756 ret = min(ret, tcrypt_test("hmac(sha3-384)"));
1760 ret = min(ret, tcrypt_test("hmac(sha3-512)"));
1764 ret = min(ret, tcrypt_test("hmac(streebog256)"));
1768 ret = min(ret, tcrypt_test("hmac(streebog512)"));
1772 ret = min(ret, tcrypt_test("ansi_cprng"));
1776 ret = min(ret, tcrypt_test("rfc4106(gcm(aes))"));
1780 ret = min(ret, tcrypt_test("rfc4543(gcm(aes))"));
1784 ret = min(ret, tcrypt_test("cmac(aes)"));
1788 ret = min(ret, tcrypt_test("cmac(des3_ede)"));
1792 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(aes))"));
1796 ret = min(ret, tcrypt_test("authenc(hmac(md5),ecb(cipher_null))"));
1800 ret = min(ret, tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))"));
1804 ret = min(ret, tcrypt_test("cbcmac(sm4)"));
1808 ret = min(ret, tcrypt_test("cmac(sm4)"));
1812 ret = min(ret, tcrypt_test("xcbc(sm4)"));
1816 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des))"));
1819 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des3_ede))"));
1822 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des))"));
1825 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des3_ede))"));
1828 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des))"));
1831 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des3_ede))"));
1834 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des))"));
1837 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des3_ede))"));
1840 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des))"));
1843 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))"));
1846 ret = min(ret, tcrypt_test("ecb(sm4)"));
1847 ret = min(ret, tcrypt_test("cbc(sm4)"));
1848 ret = min(ret, tcrypt_test("cfb(sm4)"));
1849 ret = min(ret, tcrypt_test("ctr(sm4)"));
1850 ret = min(ret, tcrypt_test("xts(sm4)"));
1853 ret = min(ret, tcrypt_test("ecb(aria)"));
1854 ret = min(ret, tcrypt_test("cbc(aria)"));
1855 ret = min(ret, tcrypt_test("cfb(aria)"));
1856 ret = min(ret, tcrypt_test("ctr(aria)"));