Lines Matching refs:test_acipher_speed
1624 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() function
2328 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2331 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2621 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2623 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2625 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2627 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2629 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2631 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2633 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2635 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2637 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2639 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2641 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2643 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2645 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2647 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2652 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2655 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2658 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2661 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2667 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2669 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2671 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2673 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2678 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2680 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2682 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2684 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2686 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2688 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2690 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2692 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2694 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2696 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2701 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2703 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2705 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2707 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2709 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2711 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2713 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2715 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2717 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2719 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2724 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2729 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2731 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2733 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2735 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2737 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2739 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2744 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2746 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2748 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2750 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2752 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2754 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2756 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2758 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2760 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2762 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2767 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2769 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2771 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2773 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2775 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2777 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2779 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2781 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2783 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2785 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2790 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2792 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2794 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2796 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2798 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2800 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2805 test_acipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2807 test_acipher_speed("ecb(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2809 test_acipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2811 test_acipher_speed("cbc(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2813 test_acipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2815 test_acipher_speed("ctr(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2817 test_acipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2819 test_acipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2824 test_acipher_speed("ecb(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2826 test_acipher_speed("ecb(aria)", DECRYPT, sec, NULL, 0, in do_test()
2828 test_acipher_speed("ctr(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2830 test_acipher_speed("ctr(aria)", DECRYPT, sec, NULL, 0, in do_test()