tcrypt_test      1679 crypto/tcrypt.c 		ret += tcrypt_test("md5");
tcrypt_test      1683 crypto/tcrypt.c 		ret += tcrypt_test("sha1");
tcrypt_test      1687 crypto/tcrypt.c 		ret += tcrypt_test("ecb(des)");
tcrypt_test      1688 crypto/tcrypt.c 		ret += tcrypt_test("cbc(des)");
tcrypt_test      1689 crypto/tcrypt.c 		ret += tcrypt_test("ctr(des)");
tcrypt_test      1693 crypto/tcrypt.c 		ret += tcrypt_test("ecb(des3_ede)");
tcrypt_test      1694 crypto/tcrypt.c 		ret += tcrypt_test("cbc(des3_ede)");
tcrypt_test      1695 crypto/tcrypt.c 		ret += tcrypt_test("ctr(des3_ede)");
tcrypt_test      1699 crypto/tcrypt.c 		ret += tcrypt_test("md4");
tcrypt_test      1703 crypto/tcrypt.c 		ret += tcrypt_test("sha256");
tcrypt_test      1707 crypto/tcrypt.c 		ret += tcrypt_test("ecb(blowfish)");
tcrypt_test      1708 crypto/tcrypt.c 		ret += tcrypt_test("cbc(blowfish)");
tcrypt_test      1709 crypto/tcrypt.c 		ret += tcrypt_test("ctr(blowfish)");
tcrypt_test      1713 crypto/tcrypt.c 		ret += tcrypt_test("ecb(twofish)");
tcrypt_test      1714 crypto/tcrypt.c 		ret += tcrypt_test("cbc(twofish)");
tcrypt_test      1715 crypto/tcrypt.c 		ret += tcrypt_test("ctr(twofish)");
tcrypt_test      1716 crypto/tcrypt.c 		ret += tcrypt_test("lrw(twofish)");
tcrypt_test      1717 crypto/tcrypt.c 		ret += tcrypt_test("xts(twofish)");
tcrypt_test      1721 crypto/tcrypt.c 		ret += tcrypt_test("ecb(serpent)");
tcrypt_test      1722 crypto/tcrypt.c 		ret += tcrypt_test("cbc(serpent)");
tcrypt_test      1723 crypto/tcrypt.c 		ret += tcrypt_test("ctr(serpent)");
tcrypt_test      1724 crypto/tcrypt.c 		ret += tcrypt_test("lrw(serpent)");
tcrypt_test      1725 crypto/tcrypt.c 		ret += tcrypt_test("xts(serpent)");
tcrypt_test      1729 crypto/tcrypt.c 		ret += tcrypt_test("ecb(aes)");
tcrypt_test      1730 crypto/tcrypt.c 		ret += tcrypt_test("cbc(aes)");
tcrypt_test      1731 crypto/tcrypt.c 		ret += tcrypt_test("lrw(aes)");
tcrypt_test      1732 crypto/tcrypt.c 		ret += tcrypt_test("xts(aes)");
tcrypt_test      1733 crypto/tcrypt.c 		ret += tcrypt_test("ctr(aes)");
tcrypt_test      1734 crypto/tcrypt.c 		ret += tcrypt_test("rfc3686(ctr(aes))");
tcrypt_test      1735 crypto/tcrypt.c 		ret += tcrypt_test("ofb(aes)");
tcrypt_test      1736 crypto/tcrypt.c 		ret += tcrypt_test("cfb(aes)");
tcrypt_test      1740 crypto/tcrypt.c 		ret += tcrypt_test("sha384");
tcrypt_test      1744 crypto/tcrypt.c 		ret += tcrypt_test("sha512");
tcrypt_test      1748 crypto/tcrypt.c 		ret += tcrypt_test("deflate");
tcrypt_test      1752 crypto/tcrypt.c 		ret += tcrypt_test("ecb(cast5)");
tcrypt_test      1753 crypto/tcrypt.c 		ret += tcrypt_test("cbc(cast5)");
tcrypt_test      1754 crypto/tcrypt.c 		ret += tcrypt_test("ctr(cast5)");
tcrypt_test      1758 crypto/tcrypt.c 		ret += tcrypt_test("ecb(cast6)");
tcrypt_test      1759 crypto/tcrypt.c 		ret += tcrypt_test("cbc(cast6)");
tcrypt_test      1760 crypto/tcrypt.c 		ret += tcrypt_test("ctr(cast6)");
tcrypt_test      1761 crypto/tcrypt.c 		ret += tcrypt_test("lrw(cast6)");
tcrypt_test      1762 crypto/tcrypt.c 		ret += tcrypt_test("xts(cast6)");
tcrypt_test      1766 crypto/tcrypt.c 		ret += tcrypt_test("ecb(arc4)");
tcrypt_test      1770 crypto/tcrypt.c 		ret += tcrypt_test("michael_mic");
tcrypt_test      1774 crypto/tcrypt.c 		ret += tcrypt_test("crc32c");
tcrypt_test      1778 crypto/tcrypt.c 		ret += tcrypt_test("ecb(tea)");
tcrypt_test      1782 crypto/tcrypt.c 		ret += tcrypt_test("ecb(xtea)");
tcrypt_test      1786 crypto/tcrypt.c 		ret += tcrypt_test("ecb(khazad)");
tcrypt_test      1790 crypto/tcrypt.c 		ret += tcrypt_test("wp512");
tcrypt_test      1794 crypto/tcrypt.c 		ret += tcrypt_test("wp384");
tcrypt_test      1798 crypto/tcrypt.c 		ret += tcrypt_test("wp256");
tcrypt_test      1802 crypto/tcrypt.c 		ret += tcrypt_test("ecb(tnepres)");
tcrypt_test      1806 crypto/tcrypt.c 		ret += tcrypt_test("ecb(anubis)");
tcrypt_test      1807 crypto/tcrypt.c 		ret += tcrypt_test("cbc(anubis)");
tcrypt_test      1811 crypto/tcrypt.c 		ret += tcrypt_test("tgr192");
tcrypt_test      1815 crypto/tcrypt.c 		ret += tcrypt_test("tgr160");
tcrypt_test      1819 crypto/tcrypt.c 		ret += tcrypt_test("tgr128");
tcrypt_test      1823 crypto/tcrypt.c 		ret += tcrypt_test("ecb(xeta)");
tcrypt_test      1827 crypto/tcrypt.c 		ret += tcrypt_test("pcbc(fcrypt)");
tcrypt_test      1831 crypto/tcrypt.c 		ret += tcrypt_test("ecb(camellia)");
tcrypt_test      1832 crypto/tcrypt.c 		ret += tcrypt_test("cbc(camellia)");
tcrypt_test      1833 crypto/tcrypt.c 		ret += tcrypt_test("ctr(camellia)");
tcrypt_test      1834 crypto/tcrypt.c 		ret += tcrypt_test("lrw(camellia)");
tcrypt_test      1835 crypto/tcrypt.c 		ret += tcrypt_test("xts(camellia)");
tcrypt_test      1839 crypto/tcrypt.c 		ret += tcrypt_test("sha224");
tcrypt_test      1843 crypto/tcrypt.c 		ret += tcrypt_test("salsa20");
tcrypt_test      1847 crypto/tcrypt.c 		ret += tcrypt_test("gcm(aes)");
tcrypt_test      1851 crypto/tcrypt.c 		ret += tcrypt_test("lzo");
tcrypt_test      1855 crypto/tcrypt.c 		ret += tcrypt_test("ccm(aes)");
tcrypt_test      1859 crypto/tcrypt.c 		ret += tcrypt_test("cts(cbc(aes))");
tcrypt_test      1863 crypto/tcrypt.c 		ret += tcrypt_test("rmd128");
tcrypt_test      1867 crypto/tcrypt.c 		ret += tcrypt_test("rmd160");
tcrypt_test      1871 crypto/tcrypt.c 		ret += tcrypt_test("rmd256");
tcrypt_test      1875 crypto/tcrypt.c 		ret += tcrypt_test("rmd320");
tcrypt_test      1879 crypto/tcrypt.c 		ret += tcrypt_test("ecb(seed)");
tcrypt_test      1883 crypto/tcrypt.c 		ret += tcrypt_test("rfc4309(ccm(aes))");
tcrypt_test      1887 crypto/tcrypt.c 		ret += tcrypt_test("ghash");
tcrypt_test      1891 crypto/tcrypt.c 		ret += tcrypt_test("crct10dif");
tcrypt_test      1895 crypto/tcrypt.c 		ret += tcrypt_test("sha3-224");
tcrypt_test      1899 crypto/tcrypt.c 		ret += tcrypt_test("sha3-256");
tcrypt_test      1903 crypto/tcrypt.c 		ret += tcrypt_test("sha3-384");
tcrypt_test      1907 crypto/tcrypt.c 		ret += tcrypt_test("sha3-512");
tcrypt_test      1911 crypto/tcrypt.c 		ret += tcrypt_test("sm3");
tcrypt_test      1915 crypto/tcrypt.c 		ret += tcrypt_test("streebog256");
tcrypt_test      1919 crypto/tcrypt.c 		ret += tcrypt_test("streebog512");
tcrypt_test      1923 crypto/tcrypt.c 		ret += tcrypt_test("hmac(md5)");
tcrypt_test      1927 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha1)");
tcrypt_test      1931 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha256)");
tcrypt_test      1935 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha384)");
tcrypt_test      1939 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha512)");
tcrypt_test      1943 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha224)");
tcrypt_test      1947 crypto/tcrypt.c 		ret += tcrypt_test("xcbc(aes)");
tcrypt_test      1951 crypto/tcrypt.c 		ret += tcrypt_test("hmac(rmd128)");
tcrypt_test      1955 crypto/tcrypt.c 		ret += tcrypt_test("hmac(rmd160)");
tcrypt_test      1959 crypto/tcrypt.c 		ret += tcrypt_test("vmac64(aes)");
tcrypt_test      1963 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha3-224)");
tcrypt_test      1967 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha3-256)");
tcrypt_test      1971 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha3-384)");
tcrypt_test      1975 crypto/tcrypt.c 		ret += tcrypt_test("hmac(sha3-512)");
tcrypt_test      1979 crypto/tcrypt.c 		ret += tcrypt_test("hmac(streebog256)");
tcrypt_test      1983 crypto/tcrypt.c 		ret += tcrypt_test("hmac(streebog512)");
tcrypt_test      1987 crypto/tcrypt.c 		ret += tcrypt_test("ansi_cprng");
tcrypt_test      1991 crypto/tcrypt.c 		ret += tcrypt_test("rfc4106(gcm(aes))");
tcrypt_test      1995 crypto/tcrypt.c 		ret += tcrypt_test("rfc4543(gcm(aes))");
tcrypt_test      1999 crypto/tcrypt.c 		ret += tcrypt_test("cmac(aes)");
tcrypt_test      2003 crypto/tcrypt.c 		ret += tcrypt_test("cmac(des3_ede)");
tcrypt_test      2007 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha1),cbc(aes))");
tcrypt_test      2011 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(md5),ecb(cipher_null))");
tcrypt_test      2015 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))");
tcrypt_test      2018 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha1),cbc(des))");
tcrypt_test      2021 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha1),cbc(des3_ede))");
tcrypt_test      2024 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha224),cbc(des))");
tcrypt_test      2027 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha224),cbc(des3_ede))");
tcrypt_test      2030 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha256),cbc(des))");
tcrypt_test      2033 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha256),cbc(des3_ede))");
tcrypt_test      2036 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha384),cbc(des))");
tcrypt_test      2039 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha384),cbc(des3_ede))");
tcrypt_test      2042 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha512),cbc(des))");
tcrypt_test      2045 crypto/tcrypt.c 		ret += tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))");
tcrypt_test      2048 crypto/tcrypt.c 		ret += tcrypt_test("ecb(sm4)");
tcrypt_test      2049 crypto/tcrypt.c 		ret += tcrypt_test("cbc(sm4)");
tcrypt_test      2050 crypto/tcrypt.c 		ret += tcrypt_test("ctr(sm4)");