crypto/tcrypt.c
1842
test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1844
test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1846
test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1848
test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1850
test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1852
test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1854
test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1856
test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1858
test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1860
test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1862
test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1864
test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1869
test_cipher_speed("ecb(des3_ede)", ENCRYPT, sec,
crypto/tcrypt.c
1872
test_cipher_speed("ecb(des3_ede)", DECRYPT, sec,
crypto/tcrypt.c
1875
test_cipher_speed("cbc(des3_ede)", ENCRYPT, sec,
crypto/tcrypt.c
1878
test_cipher_speed("cbc(des3_ede)", DECRYPT, sec,
crypto/tcrypt.c
1881
test_cipher_speed("ctr(des3_ede)", ENCRYPT, sec,
crypto/tcrypt.c
1884
test_cipher_speed("ctr(des3_ede)", DECRYPT, sec,
crypto/tcrypt.c
1890
test_cipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1892
test_cipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1894
test_cipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1896
test_cipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1898
test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1900
test_cipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1902
test_cipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1904
test_cipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1906
test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1908
test_cipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1913
test_cipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1915
test_cipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1917
test_cipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1919
test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1921
test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1923
test_cipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1928
test_cipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1930
test_cipher_speed("ecb(des)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1932
test_cipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1934
test_cipher_speed("cbc(des)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1939
test_cipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1941
test_cipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1943
test_cipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1945
test_cipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1947
test_cipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1949
test_cipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1951
test_cipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1953
test_cipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1955
test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1957
test_cipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1962
test_cipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1964
test_cipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1966
test_cipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1968
test_cipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1970
test_cipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1972
test_cipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1974
test_cipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1976
test_cipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1978
test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1980
test_cipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1985
test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1990
test_cipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1992
test_cipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1994
test_cipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
1996
test_cipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
1998
test_cipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2000
test_cipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2005
test_cipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2007
test_cipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2009
test_cipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2011
test_cipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2013
test_cipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2015
test_cipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2017
test_cipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2019
test_cipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2021
test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2023
test_cipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2053
test_cipher_speed("chacha20", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2085
test_cipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2087
test_cipher_speed("ecb(sm4)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2089
test_cipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2091
test_cipher_speed("cbc(sm4)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2093
test_cipher_speed("cts(cbc(sm4))", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2095
test_cipher_speed("cts(cbc(sm4))", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2097
test_cipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2099
test_cipher_speed("ctr(sm4)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2101
test_cipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2103
test_cipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2108
test_cipher_speed("adiantum(xchacha12,aes)", ENCRYPT, sec, NULL,
crypto/tcrypt.c
2110
test_cipher_speed("adiantum(xchacha12,aes)", DECRYPT, sec, NULL,
crypto/tcrypt.c
2112
test_cipher_speed("adiantum(xchacha20,aes)", ENCRYPT, sec, NULL,
crypto/tcrypt.c
2114
test_cipher_speed("adiantum(xchacha20,aes)", DECRYPT, sec, NULL,
crypto/tcrypt.c
2163
test_cipher_speed("hctr2(aes)", ENCRYPT, sec, NULL,
crypto/tcrypt.c
2168
test_cipher_speed("ecb(aria)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2170
test_cipher_speed("ecb(aria)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2172
test_cipher_speed("cbc(aria)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2174
test_cipher_speed("cbc(aria)", DECRYPT, sec, NULL, 0,
crypto/tcrypt.c
2176
test_cipher_speed("ctr(aria)", ENCRYPT, sec, NULL, 0,
crypto/tcrypt.c
2178
test_cipher_speed("ctr(aria)", DECRYPT, sec, NULL, 0,