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