comparison libtomcrypt/demos/timing.c @ 297:79bf1023cf11 agent-client

propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 01038174ec27245b51bd43a66c01ad930880f67b)
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Mar 2006 16:20:59 +0000
parents 1b9e69c058d2
children 0cbe8f6dbf9e
comparison
equal deleted inserted replaced
225:ca7e76d981d9 297:79bf1023cf11
1 #include <tomcrypt_test.h>
2
3 int main(void)
4 {
5 init_timer();
6 reg_algs();
7 time_keysched();
8 time_cipher();
9 time_cipher2();
10 time_cipher3();
11 time_hash();
12 time_macs();
13 time_encmacs();
14 time_prng();
15 time_mult();
16 time_sqr();
17 time_rsa();
18 time_ecc();
19 time_dh();
20 return EXIT_SUCCESS;
21
22 }
23
24 /* $Source: /cvs/libtom/libtomcrypt/demos/timing.c,v $ */
25 /* $Revision: 1.17 $ */
26 /* $Date: 2005/06/23 02:16:26 $ */