boringssl/crypto/ec
David Benjamin fdd8e9c8c7 Switch perlasm calling convention.
Depending on architecture, perlasm differed on which one or both of:

  perl foo.pl flavor output.S
  perl foo.pl flavor > output.S

Upstream has now unified on the first form after making a number of
changes to their files (the second does not even work for their x86
files anymore). Sync those portions of our perlasm scripts with upstream
and update CMakeLists.txt and generate_build_files.py per the new
convention.

This imports various commits like this one:
184bc45f683c76531d7e065b6553ca9086564576 (this was done by taking a
diff, so I don't have the full list)

Confirmed that generate_build_files.py sees no change.

BUG=14

Change-Id: Id2fb5b8bc2a7369d077221b5df9a6947d41f50d2
Reviewed-on: https://boringssl-review.googlesource.com/8518
Reviewed-by: Adam Langley <agl@google.com>
2016-06-27 21:59:26 +00:00
..
asm Switch perlasm calling convention. 2016-06-27 21:59:26 +00:00
CMakeLists.txt
ec_asn1.c Decouple crypto/ec from the OID table. 2016-03-31 22:12:09 +00:00
ec_key.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
ec_montgomery.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
ec_test.cc Remove EC_GROUP_new_arbitrary. 2016-06-16 20:25:39 +00:00
ec.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
example_mul.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
internal.h Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
oct.c Require compressed x EC coordinate to be a field element. 2016-03-11 19:13:20 +00:00
p224-64.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
p256-64.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
p256-x86_64-table.h
p256-x86_64.c Don't bother storing the cofactor. 2016-06-20 17:26:02 +00:00
simple.c Move & rename |ec_GFp_simple_point_get_affine_coordinates|. 2016-03-28 17:21:32 +00:00
util-64.c
wnaf.c