1 /* crypto/des/des_opts.c */
2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
9 * This library is free for commercial and non-commercial use as long as
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
16 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * the code are not to be removed.
18 * If this package is used in a product, Eric Young should be given attribution
19 * as the author of the parts of the library used.
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
24 * modification, are permitted provided that the following conditions
26 * 1. Redistributions of source code must retain the copyright
27 * notice, this list of conditions and the following disclaimer.
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
30 * documentation and/or other materials provided with the distribution.
31 * 3. All advertising materials mentioning features or use of this software
32 * must display the following acknowledgement:
33 * "This product includes cryptographic software written by
34 * Eric Young (eay@cryptsoft.com)"
35 * The word 'cryptographic' can be left out if the rouines from the library
36 * being used are not cryptographic related :-).
37 * 4. If you include any Windows specific code (or a derivative thereof) from
38 * the apps directory (application code) you must include an acknowledgement:
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
41 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
45 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53 * The licence and distribution terms for any publically available version or
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
55 * copied and put under another distribution licence
56 * [including the GNU Public Licence.]
59 /* define PART1, PART2, PART3 or PART4 to build only with a few of the options.
60 * This is for machines with 64k code segment size restrictions. */
62 #if !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC)) && !defined(OPENSSL_SYS_MACOSX)
67 #ifndef OPENSSL_SYS_MSDOS
68 #include <openssl/e_os2.h>
69 #include OPENSSL_UNISTD
75 #ifndef OPENSSL_SYS_NETWARE
83 #include <sys/types.h>
84 #include <sys/times.h>
87 /* Depending on the VMS version, the tms structure is perhaps defined.
88 The __TMS macro will show if it was. If it wasn't defined, we should
89 undefine TIMES, since that tells the rest of the program how things
90 should be handled. -- Richard Levitte */
91 #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__TMS)
96 #include <sys/timeb.h>
100 #if defined(sun) || defined(__ultrix)
101 #define _POSIX_SOURCE
103 #include <sys/param.h>
106 #include <openssl/des.h>
109 #define DES_DEFAULT_OPTIONS
111 #if !defined(PART1) && !defined(PART2) && !defined(PART3) && !defined(PART4)
125 #define DES_encrypt1 des_encrypt_u4_cisc_idx
126 #define DES_encrypt2 des_encrypt2_u4_cisc_idx
127 #define DES_encrypt3 des_encrypt3_u4_cisc_idx
128 #define DES_decrypt3 des_decrypt3_u4_cisc_idx
129 #undef HEADER_DES_LOCL_H
141 #define DES_encrypt1 des_encrypt_u16_cisc_idx
142 #define DES_encrypt2 des_encrypt2_u16_cisc_idx
143 #define DES_encrypt3 des_encrypt3_u16_cisc_idx
144 #define DES_decrypt3 des_decrypt3_u16_cisc_idx
145 #undef HEADER_DES_LOCL_H
157 #define DES_encrypt1 des_encrypt_u4_risc1_idx
158 #define DES_encrypt2 des_encrypt2_u4_risc1_idx
159 #define DES_encrypt3 des_encrypt3_u4_risc1_idx
160 #define DES_decrypt3 des_decrypt3_u4_risc1_idx
161 #undef HEADER_DES_LOCL_H
177 #define DES_encrypt1 des_encrypt_u4_risc2_idx
178 #define DES_encrypt2 des_encrypt2_u4_risc2_idx
179 #define DES_encrypt3 des_encrypt3_u4_risc2_idx
180 #define DES_decrypt3 des_decrypt3_u4_risc2_idx
181 #undef HEADER_DES_LOCL_H
193 #define DES_encrypt1 des_encrypt_u16_risc1_idx
194 #define DES_encrypt2 des_encrypt2_u16_risc1_idx
195 #define DES_encrypt3 des_encrypt3_u16_risc1_idx
196 #define DES_decrypt3 des_decrypt3_u16_risc1_idx
197 #undef HEADER_DES_LOCL_H
209 #define DES_encrypt1 des_encrypt_u16_risc2_idx
210 #define DES_encrypt2 des_encrypt2_u16_risc2_idx
211 #define DES_encrypt3 des_encrypt3_u16_risc2_idx
212 #define DES_decrypt3 des_decrypt3_u16_risc2_idx
213 #undef HEADER_DES_LOCL_H
229 #define DES_encrypt1 des_encrypt_u4_cisc_ptr
230 #define DES_encrypt2 des_encrypt2_u4_cisc_ptr
231 #define DES_encrypt3 des_encrypt3_u4_cisc_ptr
232 #define DES_decrypt3 des_decrypt3_u4_cisc_ptr
233 #undef HEADER_DES_LOCL_H
245 #define DES_encrypt1 des_encrypt_u16_cisc_ptr
246 #define DES_encrypt2 des_encrypt2_u16_cisc_ptr
247 #define DES_encrypt3 des_encrypt3_u16_cisc_ptr
248 #define DES_decrypt3 des_decrypt3_u16_cisc_ptr
249 #undef HEADER_DES_LOCL_H
261 #define DES_encrypt1 des_encrypt_u4_risc1_ptr
262 #define DES_encrypt2 des_encrypt2_u4_risc1_ptr
263 #define DES_encrypt3 des_encrypt3_u4_risc1_ptr
264 #define DES_decrypt3 des_decrypt3_u4_risc1_ptr
265 #undef HEADER_DES_LOCL_H
281 #define DES_encrypt1 des_encrypt_u4_risc2_ptr
282 #define DES_encrypt2 des_encrypt2_u4_risc2_ptr
283 #define DES_encrypt3 des_encrypt3_u4_risc2_ptr
284 #define DES_decrypt3 des_decrypt3_u4_risc2_ptr
285 #undef HEADER_DES_LOCL_H
297 #define DES_encrypt1 des_encrypt_u16_risc1_ptr
298 #define DES_encrypt2 des_encrypt2_u16_risc1_ptr
299 #define DES_encrypt3 des_encrypt3_u16_risc1_ptr
300 #define DES_decrypt3 des_decrypt3_u16_risc1_ptr
301 #undef HEADER_DES_LOCL_H
313 #define DES_encrypt1 des_encrypt_u16_risc2_ptr
314 #define DES_encrypt2 des_encrypt2_u16_risc2_ptr
315 #define DES_encrypt3 des_encrypt3_u16_risc2_ptr
316 #define DES_decrypt3 des_decrypt3_u16_risc2_ptr
317 #undef HEADER_DES_LOCL_H
322 /* The following if from times(3) man page. It may need to be changed */
325 # ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
327 # else /* _BSD_CLK_TCK_ */
328 # define HZ ((double)_BSD_CLK_TCK_)
331 # define HZ ((double)CLK_TCK)
335 #define BUFSIZE ((long)1024)
338 double Time_F(int s
);
340 #if defined(__STDC__) || defined(sgi)
341 #define SIGRETTYPE void
343 #define SIGRETTYPE int
346 SIGRETTYPE
sig_done(int sig
);
347 SIGRETTYPE
sig_done(int sig
)
349 signal(SIGALRM
,sig_done
);
364 static struct tms tstart
,tend
;
374 ret
=((double)(tend
.tms_utime
-tstart
.tms_utime
))/HZ
;
375 return((ret
== 0.0)?1e-6:ret
);
378 static struct timeb tstart
,tend
;
389 i
=(long)tend
.millitm
-(long)tstart
.millitm
;
390 ret
=((double)(tend
.time
-tstart
.time
))+((double)i
)/1000.0;
391 return((ret
== 0.0)?1e-6:ret
);
397 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
402 #define time_it(func,name,index) \
405 for (count=0,run=1; COND(cb); count++) \
407 unsigned long d[2]; \
408 func(d,&sch,DES_ENCRYPT); \
410 tm[index]=Time_F(STOP); \
411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
412 tm[index]=((double)COUNT(cb))/tm[index];
414 #define print_it(name,index) \
415 fprintf(stderr,"%s bytes per sec = %12.2f (%5.1fuS)\n",name, \
416 tm[index]*8,1.0e6/tm[index]);
418 int main(int argc
, char **argv
)
421 static unsigned char buf
[BUFSIZE
];
422 static DES_cblock key
={0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
423 static DES_cblock key2
={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
424 static DES_cblock key3
={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
425 DES_key_schedule sch
,sch2
,sch3
;
426 double d
,tm
[16],max
=0;
429 int max_idx
=0,i
,num
=0,j
;
441 fprintf(stderr
,"To get the most accurate results, try to run this\n");
442 fprintf(stderr
,"program when this computer is idle.\n");
445 DES_set_key_unchecked(&key
,&sch
);
446 DES_set_key_unchecked(&key2
,&sch2
);
447 DES_set_key_unchecked(&key3
,&sch3
);
450 fprintf(stderr
,"First we calculate the approximate speed ...\n");
451 DES_set_key_unchecked(&key
,sch
);
455 unsigned long data
[2];
459 for (i
=count
; i
; i
--)
460 DES_encrypt1(data
,&(sch
[0]),DES_ENCRYPT
);
465 cc
=count
*3*8/BUFSIZE
+1;
466 cd
=count
*8/BUFSIZE
+1;
469 #define COND(d) (count != (d))
472 #define COND(c) (run)
473 #define COUNT(d) (count)
474 signal(SIGALRM
,sig_done
);
479 time_it(des_encrypt_u4_cisc_idx
, "des_encrypt_u4_cisc_idx ", 0);
480 time_it(des_encrypt_u16_cisc_idx
, "des_encrypt_u16_cisc_idx ", 1);
481 time_it(des_encrypt_u4_risc1_idx
, "des_encrypt_u4_risc1_idx ", 2);
485 time_it(des_encrypt_u16_risc1_idx
,"des_encrypt_u16_risc1_idx", 3);
486 time_it(des_encrypt_u4_risc2_idx
, "des_encrypt_u4_risc2_idx ", 4);
487 time_it(des_encrypt_u16_risc2_idx
,"des_encrypt_u16_risc2_idx", 5);
491 time_it(des_encrypt_u4_cisc_ptr
, "des_encrypt_u4_cisc_ptr ", 6);
492 time_it(des_encrypt_u16_cisc_ptr
, "des_encrypt_u16_cisc_ptr ", 7);
493 time_it(des_encrypt_u4_risc1_ptr
, "des_encrypt_u4_risc1_ptr ", 8);
497 time_it(des_encrypt_u16_risc1_ptr
,"des_encrypt_u16_risc1_ptr", 9);
498 time_it(des_encrypt_u4_risc2_ptr
, "des_encrypt_u4_risc2_ptr ",10);
499 time_it(des_encrypt_u16_risc2_ptr
,"des_encrypt_u16_risc2_ptr",11);
505 print_it("des_encrypt_u4_cisc_idx ",0);
509 print_it("des_encrypt_u16_cisc_idx ",1);
510 if (max
< tm
[1]) { max
=tm
[1]; max_idx
=1; }
512 print_it("des_encrypt_u4_risc1_idx ",2);
513 if (max
< tm
[2]) { max
=tm
[2]; max_idx
=2; }
517 print_it("des_encrypt_u16_risc1_idx",3);
518 if (max
< tm
[3]) { max
=tm
[3]; max_idx
=3; }
520 print_it("des_encrypt_u4_risc2_idx ",4);
521 if (max
< tm
[4]) { max
=tm
[4]; max_idx
=4; }
523 print_it("des_encrypt_u16_risc2_idx",5);
524 if (max
< tm
[5]) { max
=tm
[5]; max_idx
=5; }
528 print_it("des_encrypt_u4_cisc_ptr ",6);
529 if (max
< tm
[6]) { max
=tm
[6]; max_idx
=6; }
531 print_it("des_encrypt_u16_cisc_ptr ",7);
532 if (max
< tm
[7]) { max
=tm
[7]; max_idx
=7; }
534 print_it("des_encrypt_u4_risc1_ptr ",8);
535 if (max
< tm
[8]) { max
=tm
[8]; max_idx
=8; }
539 print_it("des_encrypt_u16_risc1_ptr",9);
540 if (max
< tm
[9]) { max
=tm
[9]; max_idx
=9; }
542 print_it("des_encrypt_u4_risc2_ptr ",10);
543 if (max
< tm
[10]) { max
=tm
[10]; max_idx
=10; }
545 print_it("des_encrypt_u16_risc2_ptr",11);
546 if (max
< tm
[11]) { max
=tm
[11]; max_idx
=11; }
548 printf("options des ecb/s\n");
549 printf("%s %12.2f 100.0%%\n",str
[max_idx
],tm
[max_idx
]);
557 if (max
< tm
[i
]) { max
=tm
[i
]; j
=i
; }
559 if (max
< 0.0) break;
560 printf("%s %12.2f %4.1f%%\n",str
[j
],tm
[j
],tm
[j
]/d
*100.0);
568 printf("-DDES_DEFAULT_OPTIONS\n");
571 printf("-DDES_UNROLL\n");
574 printf("-DDES_RISC1\n");
577 printf("-DDES_UNROLL -DDES_RISC1\n");
580 printf("-DDES_RISC2\n");
583 printf("-DDES_UNROLL -DDES_RISC2\n");
586 printf("-DDES_PTR\n");
589 printf("-DDES_UNROLL -DDES_PTR\n");
592 printf("-DDES_RISC1 -DDES_PTR\n");
595 printf("-DDES_UNROLL -DDES_RISC1 -DDES_PTR\n");
598 printf("-DDES_RISC2 -DDES_PTR\n");
601 printf("-DDES_UNROLL -DDES_RISC2 -DDES_PTR\n");
605 #if defined(LINT) || defined(OPENSSL_SYS_MSDOS)