comparison libtomcrypt/demos/timing.c @ 293:9d110777f345 contrib-blacklist

propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27fe6b65bf1a234db386a) to branch 'au.asn.ucc.matt.dropbear.contrib.blacklist' (head 1d86a4f0a401cc68c2670d821a2f6366c37af143)
author Matt Johnston <matt@ucc.asn.au>
date Fri, 10 Mar 2006 06:31:29 +0000
parents 1b9e69c058d2
children 0cbe8f6dbf9e
comparison
equal deleted inserted replaced
247:c07de41b53d7 293:9d110777f345
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 $ */