Lines Matching full:asm

1 # Use this to help generate the asm *.S files after an import.  It is not
3 # Do a 'make -f Makefile.asm all' and it will generate *.S. Move them
11 ${LCRYPTO_SRC}/crypto/aes/asm \
12 ${LCRYPTO_SRC}/crypto/bn/asm \
13 ${LCRYPTO_SRC}/crypto/chacha/asm \
14 ${LCRYPTO_SRC}/crypto/ec/asm \
15 ${LCRYPTO_SRC}/crypto/modes/asm \
16 ${LCRYPTO_SRC}/crypto/poly1305/asm \
17 ${LCRYPTO_SRC}/crypto/sha/asm
45 ASM= ${SRCS:R:S/$/.S/} sha256-armv8.S
47 all: ${ASM}
48 rm -f ${ASM:R:S/$/.s/}
51 CLEANFILES= ${ASM}
67 ${LCRYPTO_SRC}/crypto/aes/asm \
68 ${LCRYPTO_SRC}/crypto/bn/asm \
69 ${LCRYPTO_SRC}/crypto/camellia/asm \
70 ${LCRYPTO_SRC}/crypto/chacha/asm \
71 ${LCRYPTO_SRC}/crypto/ec/asm \
72 ${LCRYPTO_SRC}/crypto/md5/asm \
73 ${LCRYPTO_SRC}/crypto/modes/asm \
74 ${LCRYPTO_SRC}/crypto/poly1305/asm \
75 ${LCRYPTO_SRC}/crypto/rc4/asm \
76 ${LCRYPTO_SRC}/crypto/sha/asm \
77 ${LCRYPTO_SRC}/crypto/whrlpool/asm \
78 ${LCRYPTO_SRC}/engines/asm
127 ASM= ${SRCS:R:S/$/.S/} ${SHA_ASM:S/$/.S/}
129 all: ${ASM}
132 CLEANFILES= ${ASM}
151 ${LCRYPTO_SRC}/crypto/aes/asm \
152 ${LCRYPTO_SRC}/crypto/bn/asm \
153 ${LCRYPTO_SRC}/crypto/chacha/asm \
154 ${LCRYPTO_SRC}/crypto/ec/asm \
155 ${LCRYPTO_SRC}/crypto/modes/asm \
156 ${LCRYPTO_SRC}/crypto/poly1305/asm \
157 ${LCRYPTO_SRC}/crypto/sha/asm
185 ASM= ${SRCS:R:S/$/.S/}
187 all: ${ASM}
188 rm -f ${ASM:R:S/$/.s/}
191 CLEANFILES= ${ASM}
202 ${LCRYPTO_SRC}/crypto/aes/asm \
203 ${LCRYPTO_SRC}/crypto/bf/asm \
204 ${LCRYPTO_SRC}/crypto/bn/asm \
205 ${LCRYPTO_SRC}/crypto/camellia/asm \
206 ${LCRYPTO_SRC}/crypto/cast/asm \
207 ${LCRYPTO_SRC}/crypto/chacha/asm \
208 ${LCRYPTO_SRC}/crypto/des/asm \
209 ${LCRYPTO_SRC}/crypto/ec/asm \
210 ${LCRYPTO_SRC}/crypto/md5/asm \
211 ${LCRYPTO_SRC}/crypto/modes/asm \
212 ${LCRYPTO_SRC}/crypto/poly1305/asm \
213 ${LCRYPTO_SRC}/crypto/rc4/asm \
214 ${LCRYPTO_SRC}/crypto/rc5/asm \
215 ${LCRYPTO_SRC}/crypto/ripemd/asm \
216 ${LCRYPTO_SRC}/crypto/sha/asm \
217 ${LCRYPTO_SRC}/crypto/whrlpool/asm \
218 ${LCRYPTO_SRC}/engines/asm
220 #PERLPATH= -I${LCRYPTO_SRC}/crypto/des/asm -I${LCRYPTO_SRC}/crypto/perlasm
277 ASM= ${SRCS:R:S/$/.S/}
279 all: ${ASM}
281 CLEANFILES= ${ASM}
295 ${LCRYPTO_SRC}/crypto/aes/asm \
296 ${LCRYPTO_SRC}/crypto/bn/asm \
297 ${LCRYPTO_SRC}/crypto/chacha/asm \
298 ${LCRYPTO_SRC}/crypto/modes/asm \
299 ${LCRYPTO_SRC}/crypto/poly1305/asm \
300 ${LCRYPTO_SRC}/crypto/sha/asm
325 ASM= ${SRCS:R:S/$/.S/} bn-ppc.S sha256-ppc.S sha256p8-ppc.S
327 all: ${ASM}
328 rm -f ${ASM:R:S/$/.s/}
330 CLEANFILES= ${ASM}
356 ${LCRYPTO_SRC}/crypto/aes/asm \
357 ${LCRYPTO_SRC}/crypto/bn/asm \
358 ${LCRYPTO_SRC}/crypto/chacha/asm \
359 ${LCRYPTO_SRC}/crypto/ec/asm \
360 ${LCRYPTO_SRC}/crypto/modes/asm \
361 ${LCRYPTO_SRC}/crypto/poly1305/asm \
362 ${LCRYPTO_SRC}/crypto/sha/asm
393 ASM= ${SRCS:R:S/$/.S/} bn-ppc.S sha256-ppc.S sha256p8-ppc.S
395 all: ${ASM}
396 rm -f ${ASM:R:S/$/.s/}
398 CLEANFILES= ${ASM}
424 ${LCRYPTO_SRC}/crypto/aes/asm \
425 ${LCRYPTO_SRC}/crypto/bn/asm \
426 ${LCRYPTO_SRC}/crypto/chacha/asm \
427 ${LCRYPTO_SRC}/crypto/ec/asm \
428 ${LCRYPTO_SRC}/crypto/modes/asm \
429 ${LCRYPTO_SRC}/crypto/poly1305/asm \
430 ${LCRYPTO_SRC}/crypto/sha/asm
461 ASM= ${SRCS:R:S/$/.S/} bn-ppc.S sha256-ppc.S sha256p8-ppc.S
463 all: ${ASM}
464 rm -f ${ASM:R:S/$/.s/}
466 CLEANFILES= ${ASM}