Lines Matching refs:test_acipher_speed

1620 static void test_acipher_speed(const char *algo, int enc, unsigned int secs,  in test_acipher_speed()  function
2332 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2335 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2595 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2597 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2599 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2601 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2603 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2605 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2607 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2609 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2611 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2613 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2615 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2617 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2619 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2621 test_acipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2623 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2625 test_acipher_speed("ofb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2627 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2629 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2634 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2637 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2640 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2643 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2646 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2649 test_acipher_speed("cfb(des3_ede)", DECRYPT, sec, in do_test()
2652 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2655 test_acipher_speed("ofb(des3_ede)", DECRYPT, sec, in do_test()
2661 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2663 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2665 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2667 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2669 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2671 test_acipher_speed("cfb(des)", DECRYPT, sec, NULL, 0, in do_test()
2673 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2675 test_acipher_speed("ofb(des)", DECRYPT, sec, NULL, 0, in do_test()
2680 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2682 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2684 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2686 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2688 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2690 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2692 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2694 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2696 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2698 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2703 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2705 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2707 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2709 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2711 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2713 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2715 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2717 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2719 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2721 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2726 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2731 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2733 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2735 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2737 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2739 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2741 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2746 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2748 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2750 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2752 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2754 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2756 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2758 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2760 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2762 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2764 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2769 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2771 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2773 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2775 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2777 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2779 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2781 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2783 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2785 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2787 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2792 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2794 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2796 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2798 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2800 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2802 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()