MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / main

Function main

extra/yassl/taocrypt/benchmark/benchmark.cpp:60–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60int main(int argc, char** argv)
61{
62 bench_aes(false);
63 bench_aes(true);
64 bench_blowfish();
65 bench_twofish();
66 bench_arc4();
67 bench_des();
68
69 printf("\n");
70
71 bench_md5();
72 bench_sha();
73 bench_ripemd();
74
75 printf("\n");
76
77 bench_rsa();
78 bench_dh();
79 bench_dsa();
80
81 return 0;
82}
83
84const int megs = 5; // how much to test
85

Callers

nothing calls this directly

Calls 11

bench_aesFunction · 0.85
bench_blowfishFunction · 0.85
bench_twofishFunction · 0.85
bench_arc4Function · 0.85
bench_desFunction · 0.85
bench_md5Function · 0.85
bench_shaFunction · 0.85
bench_ripemdFunction · 0.85
bench_rsaFunction · 0.85
bench_dhFunction · 0.85
bench_dsaFunction · 0.85

Tested by

no test coverage detected