Lines Matching refs:test_acipher_speed
1610 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() function
2322 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2325 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2584 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2586 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2588 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2590 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2592 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2594 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2596 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2598 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2600 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2602 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2604 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2606 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2608 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2610 test_acipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2612 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2614 test_acipher_speed("ofb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2616 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2618 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2623 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2626 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2629 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2632 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2635 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2638 test_acipher_speed("cfb(des3_ede)", DECRYPT, sec, in do_test()
2641 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2644 test_acipher_speed("ofb(des3_ede)", DECRYPT, sec, in do_test()
2650 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2652 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2654 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2656 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2658 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2660 test_acipher_speed("cfb(des)", DECRYPT, sec, NULL, 0, in do_test()
2662 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2664 test_acipher_speed("ofb(des)", DECRYPT, sec, NULL, 0, in do_test()
2669 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2671 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2673 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2675 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2677 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2679 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2681 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2683 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2685 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2687 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2692 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2694 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2696 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2698 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2700 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2702 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2704 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2706 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2708 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2710 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2715 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2720 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2722 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2724 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2726 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2728 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2730 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2735 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2737 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2739 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2741 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2743 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2745 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2747 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2749 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2751 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2753 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2758 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2760 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2762 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2764 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2766 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2768 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2770 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2772 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2774 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2776 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2781 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2783 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2785 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2787 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2789 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2791 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()