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()
1843 ret = min(ret, tcrypt_test("xts(sm4)")); in do_test()
1866 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
1868 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1918 test_cipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
1920 test_cipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
1967 test_cipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
1969 test_cipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
1990 test_cipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
1992 test_cipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2033 test_cipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2035 test_cipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2113 test_cipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2115 test_cipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2410 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2412 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2471 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2473 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2494 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2496 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2537 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2539 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2560 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2562 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2594 test_acipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2596 test_acipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2633 test_mb_skcipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2635 test_mb_skcipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2694 test_mb_skcipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2696 test_mb_skcipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2717 test_mb_skcipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2719 test_mb_skcipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2760 test_mb_skcipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2762 test_mb_skcipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2783 test_mb_skcipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2785 test_mb_skcipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()