openssl/crypto/poly1305/asm
David Benjamin e195c8a256 Remove filename argument to x86 asm_init.
The assembler already knows the actual path to the generated file and,
in other perlasm architectures, is left to manage debug symbols itself.
Notably, in OpenSSL 1.1.x's new build system, which allows a separate
build directory, converting .pl to .s as the scripts currently do result
in the wrong paths.

This also avoids inconsistencies from some of the files using $0 and
some passing in the filename.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3431)
2017-05-11 17:00:23 -04:00
..
poly1305-armv4.pl Add OpenSSL copyright to .pl files 2016-05-21 08:23:39 -04:00
poly1305-armv8.pl poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix. 2017-03-13 18:46:11 +01:00
poly1305-c64xplus.pl Add OpenSSL copyright to .pl files 2016-05-21 08:23:39 -04:00
poly1305-mips.pl MIPS assembly pack: adapt it for MIPS[32|64]R6. 2016-09-02 13:33:17 +02:00
poly1305-ppc.pl spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
poly1305-ppcfp.pl Add OpenSSL copyright to .pl files 2016-05-21 08:23:39 -04:00
poly1305-s390x.pl Add OpenSSL copyright to .pl files 2016-05-21 08:23:39 -04:00
poly1305-sparcv9.pl SPARC assembly pack: enforce V8+ ABI constraints. 2016-07-01 14:25:38 +02:00
poly1305-x86.pl Remove filename argument to x86 asm_init. 2017-05-11 17:00:23 -04:00
poly1305-x86_64.pl poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x. 2017-03-22 10:59:59 +01:00