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
2119 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2122 test_acipher_speed("essiv(cbc(aes),sha256)", in do_test()
2378 test_acipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2380 test_acipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2382 test_acipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2384 test_acipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2386 test_acipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2388 test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2390 test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2392 test_acipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2394 test_acipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2396 test_acipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2398 test_acipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2400 test_acipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2402 test_acipher_speed("rfc3686(ctr(aes))", ENCRYPT, sec, NULL, 0, in do_test()
2404 test_acipher_speed("rfc3686(ctr(aes))", DECRYPT, sec, NULL, 0, in do_test()
2409 test_acipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test()
2412 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2415 test_acipher_speed("cbc(des3_ede)", ENCRYPT, sec, in do_test()
2418 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2424 test_acipher_speed("ecb(des)", ENCRYPT, sec, NULL, 0, in do_test()
2426 test_acipher_speed("ecb(des)", DECRYPT, sec, NULL, 0, in do_test()
2428 test_acipher_speed("cbc(des)", ENCRYPT, sec, NULL, 0, in do_test()
2430 test_acipher_speed("cbc(des)", DECRYPT, sec, NULL, 0, in do_test()
2435 test_acipher_speed("ecb(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2437 test_acipher_speed("ecb(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2439 test_acipher_speed("cbc(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2441 test_acipher_speed("cbc(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2443 test_acipher_speed("ctr(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2445 test_acipher_speed("ctr(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2447 test_acipher_speed("lrw(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2449 test_acipher_speed("lrw(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2451 test_acipher_speed("xts(serpent)", ENCRYPT, sec, NULL, 0, in do_test()
2453 test_acipher_speed("xts(serpent)", DECRYPT, sec, NULL, 0, in do_test()
2458 test_acipher_speed("ecb(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2460 test_acipher_speed("ecb(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2462 test_acipher_speed("cbc(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2464 test_acipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2466 test_acipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2468 test_acipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2470 test_acipher_speed("lrw(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2472 test_acipher_speed("lrw(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2474 test_acipher_speed("xts(twofish)", ENCRYPT, sec, NULL, 0, in do_test()
2476 test_acipher_speed("xts(twofish)", DECRYPT, sec, NULL, 0, in do_test()
2481 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2486 test_acipher_speed("ecb(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2488 test_acipher_speed("ecb(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2490 test_acipher_speed("cbc(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2492 test_acipher_speed("cbc(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2494 test_acipher_speed("ctr(cast5)", ENCRYPT, sec, NULL, 0, in do_test()
2496 test_acipher_speed("ctr(cast5)", DECRYPT, sec, NULL, 0, in do_test()
2501 test_acipher_speed("ecb(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2503 test_acipher_speed("ecb(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2505 test_acipher_speed("cbc(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2507 test_acipher_speed("cbc(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2509 test_acipher_speed("ctr(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2511 test_acipher_speed("ctr(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2513 test_acipher_speed("lrw(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2515 test_acipher_speed("lrw(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2517 test_acipher_speed("xts(cast6)", ENCRYPT, sec, NULL, 0, in do_test()
2519 test_acipher_speed("xts(cast6)", DECRYPT, sec, NULL, 0, in do_test()
2524 test_acipher_speed("ecb(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2526 test_acipher_speed("ecb(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2528 test_acipher_speed("cbc(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2530 test_acipher_speed("cbc(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2532 test_acipher_speed("ctr(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2534 test_acipher_speed("ctr(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2536 test_acipher_speed("lrw(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2538 test_acipher_speed("lrw(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2540 test_acipher_speed("xts(camellia)", ENCRYPT, sec, NULL, 0, in do_test()
2542 test_acipher_speed("xts(camellia)", DECRYPT, sec, NULL, 0, in do_test()
2547 test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2549 test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2551 test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2553 test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2555 test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, in do_test()
2557 test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, in do_test()
2562 test_acipher_speed("ecb(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2564 test_acipher_speed("ecb(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2566 test_acipher_speed("cbc(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2568 test_acipher_speed("cbc(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2570 test_acipher_speed("ctr(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2572 test_acipher_speed("ctr(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2574 test_acipher_speed("xts(sm4)", ENCRYPT, sec, NULL, 0, in do_test()
2576 test_acipher_speed("xts(sm4)", DECRYPT, sec, NULL, 0, in do_test()
2581 test_acipher_speed("ecb(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2583 test_acipher_speed("ecb(aria)", DECRYPT, sec, NULL, 0, in do_test()
2585 test_acipher_speed("ctr(aria)", ENCRYPT, sec, NULL, 0, in do_test()
2587 test_acipher_speed("ctr(aria)", DECRYPT, sec, NULL, 0, in do_test()