Lines Matching refs:NULL

60 static char *alg = NULL;
72 "lzo", "cts", "zlib", NULL
1246 ret += do_test(NULL, 0, 0, i); in do_test()
1573 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1575 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1577 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1579 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
1581 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1583 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
1585 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1587 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1589 test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1591 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
1617 test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1619 test_cipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1621 test_cipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1623 test_cipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1625 test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1627 test_cipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1629 test_cipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1631 test_cipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1633 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1635 test_cipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1640 test_cipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
1642 test_cipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
1644 test_cipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
1646 test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
1648 test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
1650 test_cipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
1655 test_cipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
1657 test_cipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
1659 test_cipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
1661 test_cipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
1666 test_cipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1668 test_cipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1670 test_cipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1672 test_cipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1674 test_cipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1676 test_cipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1678 test_cipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1680 test_cipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1682 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1684 test_cipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1689 test_cipher_speed("salsa20", ENCRYPT, sec, NULL, 0, in do_test()
1694 test_cipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1696 test_cipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1698 test_cipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1700 test_cipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1702 test_cipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1704 test_cipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1706 test_cipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1708 test_cipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1710 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1712 test_cipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
1717 test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
1722 test_cipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
1724 test_cipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
1726 test_cipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
1728 test_cipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
1730 test_cipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
1732 test_cipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
1737 test_cipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1739 test_cipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1741 test_cipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1743 test_cipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1745 test_cipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1747 test_cipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1749 test_cipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1751 test_cipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1753 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
1755 test_cipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
1761 NULL, 0, 16, 8, aead_speed_template_20); in do_test()
1935 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1937 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1939 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1941 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
1943 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1945 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
1947 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1949 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1951 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1953 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
1955 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1957 test_acipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1959 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1961 test_acipher_speed("ofb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1963 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
1965 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
1997 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
1999 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2001 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2003 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2005 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2007 test_acipher_speed("cfb(des)", DECRYPT, sec, NULL, 0, in do_test()
2009 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2011 test_acipher_speed("ofb(des)", DECRYPT, sec, NULL, 0, in do_test()
2016 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2018 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2020 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2022 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2024 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2026 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2028 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2030 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2032 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2034 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2039 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2041 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2043 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2045 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2047 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2049 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2051 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2053 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2055 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2057 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2062 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2067 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2069 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2071 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2073 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2075 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2077 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2082 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2084 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2086 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2088 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2090 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2092 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2094 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2096 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2098 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2100 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2105 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2107 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2109 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2111 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2113 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2115 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2117 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2119 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2121 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2123 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2128 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2130 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2132 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2134 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2136 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2138 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()