Lines Matching full:void
15 int (*entry)(void);
20 void run_cmd(int res, int line, char *file, char *cmd);
29 int cipher_hash_test(void);
30 int modes_test(void);
31 int mac_test(void);
32 int pkcs_1_test(void);
33 int store_test(void);
34 int rsa_test(void);
35 int katja_test(void);
36 int ecc_tests(void);
37 int dsa_test(void);
38 int der_tests(void);
51 int sorter(const void *a, const void *b);
52 void tally_results(int type);
53 ulong64 rdtsc (void);
55 void t_start(void);
56 ulong64 t_read(void);
57 void init_timer(void);
60 void reg_algs(void);
61 int time_keysched(void);
62 int time_cipher(void);
63 int time_cipher2(void);
64 int time_cipher3(void);
65 int time_hash(void);
66 void time_mult(void);
67 void time_sqr(void);
68 void time_prng(void);
69 void time_rsa(void);
70 void time_dsa(void);
71 void time_katja(void);
72 void time_ecc(void);
73 void time_macs_(unsigned long MAC_SIZE);
74 void time_macs(void);
75 void time_encmacs(void);