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()
1555 ret = min(ret, tcrypt_test("xts(cast6)")); in do_test()
1612 ret = min(ret, tcrypt_test("xts(camellia)")); in do_test()
1850 ret = min(ret, tcrypt_test("xts(sm4)")); in do_test()
1871 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1873 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1927 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1929 test_cipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1976 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1978 test_cipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1999 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2001 test_cipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2042 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2044 test_cipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2126 test_cipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2128 test_cipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2427 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2429 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2516 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2518 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2539 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2541 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2582 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2584 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2605 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2607 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2643 test_acipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2645 test_acipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2673 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2675 test_mb_skcipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2762 test_mb_skcipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2764 test_mb_skcipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2785 test_mb_skcipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2787 test_mb_skcipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2828 test_mb_skcipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2830 test_mb_skcipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2851 test_mb_skcipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2853 test_mb_skcipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()