Lines Matching full:xts

1509 		ret = min(ret, tcrypt_test("xts(twofish)"));  in do_test()
1517 ret = min(ret, tcrypt_test("xts(serpent)")); in do_test()
1524 ret = min(ret, tcrypt_test("xts(aes)")); in do_test()
1553 ret = min(ret, tcrypt_test("xts(cast6)")); in do_test()
1610 ret = min(ret, tcrypt_test("xts(camellia)")); in do_test()
1831 ret = min(ret, tcrypt_test("xts(sm4)")); in do_test()
1854 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1856 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1906 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1908 test_cipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1955 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1957 test_cipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1978 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1980 test_cipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2021 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2023 test_cipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2101 test_cipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2103 test_cipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2390 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2392 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2451 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2453 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2474 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2476 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2517 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2519 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2540 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2542 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2574 test_acipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2576 test_acipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2613 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2615 test_mb_skcipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2674 test_mb_skcipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2676 test_mb_skcipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2697 test_mb_skcipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2699 test_mb_skcipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2740 test_mb_skcipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2742 test_mb_skcipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2763 test_mb_skcipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2765 test_mb_skcipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()