Lines Matching refs:test_acipher_speed
1109 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() function
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()
2021 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2024 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2027 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2030 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2033 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2036 test_acipher_speed("cfb(des3_ede)", DECRYPT, sec, in do_test()
2039 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2042 test_acipher_speed("ofb(des3_ede)", DECRYPT, sec, 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()