File tree 6 files changed +18
-0
lines changed
deps/openssl/openssl/crypto
6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ INCLUDE[aes-armv4.o]=..
45
45
GENERATE[bsaes-armv7.S]=asm/bsaes-armv7.pl $(PERLASM_SCHEME)
46
46
INCLUDE[bsaes-armv7.o]=..
47
47
48
+ GENERATE[aes-s390x.S]=asm/aes-s390x.pl $(PERLASM_SCHEME)
49
+ INCLUDE[aes-s390x.o]=..
50
+
48
51
BEGINRAW[Makefile]
49
52
##### AES assembler implementations
50
53
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ GENERATE[chacha-armv4.S]=asm/chacha-armv4.pl $(PERLASM_SCHEME)
8
8
INCLUDE[chacha-armv4.o]=..
9
9
GENERATE[chacha-armv8.S]=asm/chacha-armv8.pl $(PERLASM_SCHEME)
10
10
INCLUDE[chacha-armv8.o]=..
11
+ GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl $(PERLASM_SCHEME)
12
+ INCLUDE[chacha-s390x.o]=..
11
13
12
14
BEGINRAW[Makefile(unix)]
13
15
##### CHACHA assembler implementations
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ GENERATE[ghash-armv4.S]=asm/ghash-armv4.pl $(PERLASM_SCHEME)
19
19
INCLUDE[ghash-armv4.o]=..
20
20
GENERATE[ghashv8-armx.S]=asm/ghashv8-armx.pl $(PERLASM_SCHEME)
21
21
INCLUDE[ghashv8-armx.o]=..
22
+ GENERATE[ghash-s390x.S]=asm/ghash-s390x.pl $(PERLASM_SCHEME)
23
+ INCLUDE[ghash-s390x.o]=..
22
24
23
25
BEGINRAW[Makefile]
24
26
# GNU make "catch all"
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ INCLUDE[poly1305-armv4.o]=..
13
13
GENERATE[poly1305-armv8.S]=asm/poly1305-armv8.pl $(PERLASM_SCHEME)
14
14
INCLUDE[poly1305-armv8.o]=..
15
15
GENERATE[poly1305-mips.S]=asm/poly1305-mips.pl $(PERLASM_SCHEME)
16
+ GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl $(PERLASM_SCHEME)
17
+ INCLUDE[poly1305-s390x.o]=..
16
18
17
19
BEGINRAW[Makefile(unix)]
18
20
{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME)
10
10
11
11
GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl $(PERLASM_SCHEME)
12
12
13
+ GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl $(PERLASM_SCHEME)
14
+
13
15
BEGINRAW[makefile(windows)]
14
16
{- $builddir -}\rc4-ia64.asm: {- $sourcedir -}\asm\rc4-ia64.pl
15
17
$(PERL) {- $sourcedir -}\asm\rc4-ia64.pl $@.S
Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ INCLUDE[sha256-armv8.o]=..
56
56
GENERATE[sha512-armv8.S]=asm/sha512-armv8.pl $(PERLASM_SCHEME)
57
57
INCLUDE[sha512-armv8.o]=..
58
58
59
+ GENERATE[sha1-s390x.S]=asm/sha1-s390x.pl $(PERLASM_SCHEME)
60
+ INCLUDE[sha1-s390x.o]=..
61
+ GENERATE[sha256-s390x.S]=asm/sha512-s390x.pl $(PERLASM_SCHEME)
62
+ INCLUDE[sha256-s390x.o]=..
63
+ GENERATE[sha512-s390x.S]=asm/sha512-s390x.pl $(PERLASM_SCHEME)
64
+ INCLUDE[sha512-s390x.o]=..
65
+
59
66
BEGINRAW[Makefile(unix)]
60
67
##### SHA assembler implementations
61
68
You can’t perform that action at this time.
0 commit comments