Home | History | Annotate | Download | only in des

Lines Matching refs:TIMES

63 #define TIMES
80 #ifdef TIMES
82 #include <sys/times.h>
87 undefine TIMES, since that tells the rest of the program how things
90 #undef TIMES
93 #ifndef TIMES
105 /* The following if from times(3) man page. It may need to be changed */
146 #ifdef TIMES
151 times(&tstart);
156 times(&tend);
160 #else /* !times() */
192 #ifndef TIMES
219 printf("Doing set_key %ld times\n",ca);
241 printf("Doing DES_encrypt %ld times\n",cb);
259 printf("Doing DES_cbc_encrypt %ld times on %ld byte blocks\n",cc,
276 printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd,
296 printf("Doing crypt %ld times\n",ce);