Lines Matching refs:test_acipher_speed

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