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
2144 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2147 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2415 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2417 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2419 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2421 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2423 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2425 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2427 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2429 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2431 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2433 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2435 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2437 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2439 test_acipher_speed("cfb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2441 test_acipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2443 test_acipher_speed("ofb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2445 test_acipher_speed("ofb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2447 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2449 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2454 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2457 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2460 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2463 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2466 test_acipher_speed("cfb(des3_ede)", ENCRYPT, sec, in do_test()
2469 test_acipher_speed("cfb(des3_ede)", DECRYPT, sec, in do_test()
2472 test_acipher_speed("ofb(des3_ede)", ENCRYPT, sec, in do_test()
2475 test_acipher_speed("ofb(des3_ede)", DECRYPT, sec, in do_test()
2481 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2483 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2485 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2487 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2489 test_acipher_speed("cfb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2491 test_acipher_speed("cfb(des)", DECRYPT, sec, NULL, 0, in do_test()
2493 test_acipher_speed("ofb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2495 test_acipher_speed("ofb(des)", DECRYPT, sec, NULL, 0, in do_test()
2500 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2502 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2504 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2506 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2508 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2510 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2512 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2514 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2516 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2518 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2523 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2525 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2527 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2529 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2531 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2533 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2535 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2537 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2539 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2541 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2546 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2551 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2553 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2555 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2557 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2559 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2561 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2566 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2568 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2570 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2572 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2574 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2576 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2578 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2580 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2582 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2584 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2589 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2591 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2593 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2595 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2597 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2599 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2601 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2603 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2605 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2607 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2612 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2614 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2616 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2618 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2620 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2622 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2627 test_acipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2629 test_acipher_speed("ecb(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2631 test_acipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2633 test_acipher_speed("cbc(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2635 test_acipher_speed("cfb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2637 test_acipher_speed("cfb(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2639 test_acipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2641 test_acipher_speed("ctr(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2643 test_acipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2645 test_acipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2650 test_acipher_speed("ecb(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2652 test_acipher_speed("ecb(aria)", DECRYPT, sec, NULL, 0, in do_test()
2654 test_acipher_speed("ctr(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2656 test_acipher_speed("ctr(aria)", DECRYPT, sec, NULL, 0, in do_test()