boringssl/crypto/poly1305
David Benjamin aff72a3805 Add the start of standalone iOS build support.
The built-in CMake support seems to basically work, though it believes
you want to build a fat binary which doesn't work with how we build
perlasm. (We'd need to stop conditioning on CMAKE_SYSTEM_PROCESSOR at
all, wrap all the generated assembly files in ifdefs, and convince the
build to emit more than one. Probably not worth bothering for now.)

We still, of course, need to actually test the assembly on iOS before
this can be shipped anywhere.

BUG=48

Change-Id: I6ae71d98d706be03142b82f7844d1c9b02a2b832
Reviewed-on: https://boringssl-review.googlesource.com/14645
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Steven Valdez <svaldez@google.com>
Reviewed-by: Steven Valdez <svaldez@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-07 17:13:44 +00:00
..
CMakeLists.txt Revert "Enable upstream's Poly1305 code." 2016-03-29 22:47:11 +00:00
internal.h Add the start of standalone iOS build support. 2017-04-07 17:13:44 +00:00
poly1305_arm_asm.S Add the start of standalone iOS build support. 2017-04-07 17:13:44 +00:00
poly1305_arm.c Add the start of standalone iOS build support. 2017-04-07 17:13:44 +00:00
poly1305_test.cc Revert "Move C++ helpers into |bssl| namespace." 2016-07-12 08:09:33 -07:00
poly1305_tests.txt Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
poly1305_vec.c Use UINT64_C instead of unsigned long long integer constant. 2016-04-11 16:08:14 +00:00
poly1305.c Add the start of standalone iOS build support. 2017-04-07 17:13:44 +00:00