Lines Matching refs:test_acipher_speed

1423 static void test_acipher_speed(const char *algo, int enc, unsigned int secs,  in test_acipher_speed()  function
2131 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2134 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2398 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2400 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2402 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2404 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2406 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2408 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2410 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2412 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2414 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2416 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2418 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2420 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2422 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2424 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2429 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2432 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2435 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2438 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2444 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2446 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2448 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2450 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2455 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2457 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2459 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2461 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2463 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2465 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2467 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2469 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2471 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2473 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2478 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2480 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2482 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2484 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2486 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2488 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2490 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2492 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2494 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2496 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2501 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2506 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2508 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2510 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2512 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2514 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2516 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2521 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2523 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2525 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2527 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2529 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2531 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2533 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2535 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2537 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2539 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2544 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2546 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2548 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2550 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2552 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2554 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2556 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2558 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2560 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2562 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2567 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2569 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2571 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2573 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2575 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2577 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2582 test_acipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2584 test_acipher_speed("ecb(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2586 test_acipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2588 test_acipher_speed("cbc(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2590 test_acipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2592 test_acipher_speed("ctr(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2594 test_acipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2596 test_acipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2601 test_acipher_speed("ecb(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2603 test_acipher_speed("ecb(aria)", DECRYPT, sec, NULL, 0, in do_test()
2605 test_acipher_speed("ctr(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2607 test_acipher_speed("ctr(aria)", DECRYPT, sec, NULL, 0, in do_test()