xref: /minix3/crypto/external/bsd/openssl/dist/ms/x86asm.bat (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc
2*ebfedea0SLionel Sambuc@echo off
3*ebfedea0SLionel Sambucecho Generating x86 assember
4*ebfedea0SLionel Sambuc
5*ebfedea0SLionel Sambucecho Bignum
6*ebfedea0SLionel Sambuccd crypto\bn\asm
7*ebfedea0SLionel Sambucperl x86.pl win32n > bn-win32.asm
8*ebfedea0SLionel Sambuccd ..\..\..
9*ebfedea0SLionel Sambuc
10*ebfedea0SLionel Sambucecho DES
11*ebfedea0SLionel Sambuccd crypto\des\asm
12*ebfedea0SLionel Sambucperl des-586.pl win32n > d-win32.asm
13*ebfedea0SLionel Sambuccd ..\..\..
14*ebfedea0SLionel Sambuc
15*ebfedea0SLionel Sambucecho "crypt(3)"
16*ebfedea0SLionel Sambuc
17*ebfedea0SLionel Sambuccd crypto\des\asm
18*ebfedea0SLionel Sambucperl crypt586.pl win32n > y-win32.asm
19*ebfedea0SLionel Sambuccd ..\..\..
20*ebfedea0SLionel Sambuc
21*ebfedea0SLionel Sambucecho Blowfish
22*ebfedea0SLionel Sambuc
23*ebfedea0SLionel Sambuccd crypto\bf\asm
24*ebfedea0SLionel Sambucperl bf-586.pl win32n > b-win32.asm
25*ebfedea0SLionel Sambuccd ..\..\..
26*ebfedea0SLionel Sambuc
27*ebfedea0SLionel Sambucecho CAST5
28*ebfedea0SLionel Sambuccd crypto\cast\asm
29*ebfedea0SLionel Sambucperl cast-586.pl win32n > c-win32.asm
30*ebfedea0SLionel Sambuccd ..\..\..
31*ebfedea0SLionel Sambuc
32*ebfedea0SLionel Sambucecho RC4
33*ebfedea0SLionel Sambuccd crypto\rc4\asm
34*ebfedea0SLionel Sambucperl rc4-586.pl win32n > r4-win32.asm
35*ebfedea0SLionel Sambuccd ..\..\..
36*ebfedea0SLionel Sambuc
37*ebfedea0SLionel Sambucecho MD5
38*ebfedea0SLionel Sambuccd crypto\md5\asm
39*ebfedea0SLionel Sambucperl md5-586.pl win32n > m5-win32.asm
40*ebfedea0SLionel Sambuccd ..\..\..
41*ebfedea0SLionel Sambuc
42*ebfedea0SLionel Sambucecho SHA1
43*ebfedea0SLionel Sambuccd crypto\sha\asm
44*ebfedea0SLionel Sambucperl sha1-586.pl win32n > s1-win32.asm
45*ebfedea0SLionel Sambuccd ..\..\..
46*ebfedea0SLionel Sambuc
47*ebfedea0SLionel Sambucecho RIPEMD160
48*ebfedea0SLionel Sambuccd crypto\ripemd\asm
49*ebfedea0SLionel Sambucperl rmd-586.pl win32n > rm-win32.asm
50*ebfedea0SLionel Sambuccd ..\..\..
51*ebfedea0SLionel Sambuc
52*ebfedea0SLionel Sambucecho RC5\32
53*ebfedea0SLionel Sambuccd crypto\rc5\asm
54*ebfedea0SLionel Sambucperl rc5-586.pl win32n > r5-win32.asm
55*ebfedea0SLionel Sambuccd ..\..\..
56*ebfedea0SLionel Sambuc
57*ebfedea0SLionel Sambucecho on
58