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
2512 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2514 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2516 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2518 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2520 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2522 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2524 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2526 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2528 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2530 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2532 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2534 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2536 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2538 test_acipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2540 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2542 test_acipher_speed("ofb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2544 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2546 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2551 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2554 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2557 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2560 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2563 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2566 test_acipher_speed("cfb(des3_ede)", DECRYPT, sec, in do_test()
2569 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2572 test_acipher_speed("ofb(des3_ede)", DECRYPT, sec, in do_test()
2578 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2580 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2582 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2584 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2586 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2588 test_acipher_speed("cfb(des)", DECRYPT, sec, NULL, 0, in do_test()
2590 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2592 test_acipher_speed("ofb(des)", DECRYPT, sec, NULL, 0, in do_test()
2597 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2599 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2601 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2603 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2605 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2607 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2609 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2611 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2613 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2615 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2620 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2622 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2624 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2626 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2628 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2630 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2632 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2634 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2636 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2638 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2643 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2648 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2650 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2652 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2654 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2656 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2658 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2663 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2665 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2667 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2669 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2671 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2673 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2675 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2677 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2679 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2681 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2686 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2688 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2690 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2692 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2694 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2696 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2698 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2700 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2702 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2704 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2709 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2711 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2713 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2715 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2717 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2719 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()