Lines Matching refs:test_acipher_speed

1611 static void test_acipher_speed(const char *algo, int enc, unsigned int secs,
2323 test_acipher_speed("essiv(cbc(aes),sha256)",
2326 test_acipher_speed("essiv(cbc(aes),sha256)",
2586 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
2588 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
2590 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
2592 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
2594 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0,
2596 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
2598 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
2600 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0,
2602 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0,
2604 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0,
2606 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0,
2608 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0,
2610 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0,
2612 test_acipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0,
2614 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0,
2616 test_acipher_speed("ofb(aes)", DECRYPT, sec, NULL, 0,
2618 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0,
2620 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0,
2625 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec,
2628 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec,
2631 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec,
2634 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec,
2637 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec,
2640 test_acipher_speed("cfb(des3_ede)", DECRYPT, sec,
2643 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec,
2646 test_acipher_speed("ofb(des3_ede)", DECRYPT, sec,
2652 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0,
2654 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0,
2656 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0,
2658 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0,
2660 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0,
2662 test_acipher_speed("cfb(des)", DECRYPT, sec, NULL, 0,
2664 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0,
2666 test_acipher_speed("ofb(des)", DECRYPT, sec, NULL, 0,
2671 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0,
2673 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0,
2675 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0,
2677 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0,
2679 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0,
2681 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0,
2683 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0,
2685 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0,
2687 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0,
2689 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0,
2694 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0,
2696 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0,
2698 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0,
2700 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0,
2702 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0,
2704 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0,
2706 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0,
2708 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0,
2710 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0,
2712 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0,
2717 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0,
2722 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0,
2724 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0,
2726 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0,
2728 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0,
2730 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0,
2732 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0,
2737 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0,
2739 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0,
2741 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0,
2743 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0,
2745 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0,
2747 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0,
2749 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0,
2751 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0,
2753 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0,
2755 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0,
2760 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0,
2762 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0,
2764 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0,
2766 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0,
2768 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0,
2770 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0,
2772 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0,
2774 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0,
2776 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0,
2778 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0,
2783 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0,
2785 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0,
2787 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0,
2789 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0,
2791 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0,
2793 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0,