boringssl/crypto/chacha
Adam Langley 5b61b9ebc5 Update ChaCha20 ARM asm with sections.
The ChaCha20 ARM asm is generated from GCC. This change updates the GCC
command line to include -ffunction-sections, which causes GCC to put
each function in its own section so that the linker with --gc-sections
can trim unused functions.

Since the file only has a single function, this is a bit useless, but
it'll now be consistent with the other ARM asm.

Change-Id: If12c675700310ea55af817b5433844eeffc9d029
Reviewed-on: https://boringssl-review.googlesource.com/6006
Reviewed-by: Adam Langley <agl@google.com>
2015-09-29 18:07:54 +00:00
..
chacha_generic.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
chacha_vec_arm_generate.go Update ChaCha20 ARM asm with sections. 2015-09-29 18:07:54 +00:00
chacha_vec_arm.S Update ChaCha20 ARM asm with sections. 2015-09-29 18:07:54 +00:00
chacha_vec.c Switch nonce type in chacha_vec.c to uint32_t. 2015-02-13 13:16:59 -08:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00