Lines Matching refs:NULL

63 static char *alg = NULL;
75 "lzo", "cts", "zlib", NULL
1275 ret += do_test(NULL, 0, 0, i); in do_test()
1602 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1604 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1606 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1608 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
1610 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1612 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
1614 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1616 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1618 test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1620 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
1646 test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1648 test_cipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1650 test_cipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1652 test_cipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1654 test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1656 test_cipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1658 test_cipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1660 test_cipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1662 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1664 test_cipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1669 test_cipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
1671 test_cipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
1673 test_cipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
1675 test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
1677 test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
1679 test_cipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
1684 test_cipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
1686 test_cipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
1688 test_cipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
1690 test_cipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
1695 test_cipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1697 test_cipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1699 test_cipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1701 test_cipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1703 test_cipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1705 test_cipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1707 test_cipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1709 test_cipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1711 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1713 test_cipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1718 test_cipher_speed("salsa20", ENCRYPT, sec, NULL, 0, in do_test()
1723 test_cipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1725 test_cipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1727 test_cipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1729 test_cipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1731 test_cipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1733 test_cipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1735 test_cipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1737 test_cipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1739 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1741 test_cipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1746 test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
1751 test_cipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
1753 test_cipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
1755 test_cipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
1757 test_cipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
1759 test_cipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
1761 test_cipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
1766 test_cipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1768 test_cipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1770 test_cipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1772 test_cipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1774 test_cipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1776 test_cipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1778 test_cipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1780 test_cipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1782 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1784 test_cipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1790 NULL, 0, 16, 16, aead_speed_template_20); in do_test()
1792 NULL, 0, 16, 8, aead_speed_template_20); in do_test()
1797 NULL, 0, 16, 16, aead_speed_template_19); in do_test()
1802 NULL, 0, 16, 8, aead_speed_template_36); in do_test()
1806 test_cipher_speed("chacha20", ENCRYPT, sec, NULL, 0, in do_test()
1986 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1988 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1990 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1992 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
1994 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1996 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
1998 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2000 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2002 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2004 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2006 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2008 test_acipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2010 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2012 test_acipher_speed("ofb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2014 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2016 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2048 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2050 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2052 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2054 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2056 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2058 test_acipher_speed("cfb(des)", DECRYPT, sec, NULL, 0, in do_test()
2060 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2062 test_acipher_speed("ofb(des)", DECRYPT, sec, NULL, 0, in do_test()
2067 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2069 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2071 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2073 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2075 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2077 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2079 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2081 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2083 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2085 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2090 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2092 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2094 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2096 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2098 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2100 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2102 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2104 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2106 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2108 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2113 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2118 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2120 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2122 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2124 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2126 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2128 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2133 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2135 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2137 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2139 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2141 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2143 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2145 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2147 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2149 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2151 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2156 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2158 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2160 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2162 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2164 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2166 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2168 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2170 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2172 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2174 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2179 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2181 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2183 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2185 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2187 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2189 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()