boringssl/crypto/poly1305
Adam Langley 31ebde9e5e Add a control to disable the Poly1305 NEON code.
Some phones have a buggy NEON unit and the Poly1305 NEON code fails on
them, even though other NEON code appears to work fine.

This change:

1) Fixes a bug where NEON was assumed even when the code wasn't compiled
   in NEON mode.

2) Adds a second NEON control bit that can be disabled in order to run
   NEON code, but not the Poly1305 NEON code.

https://code.google.com/p/chromium/issues/detail?id=341598

Change-Id: Icb121bf8dba47c7a46c7667f676ff7a4bc973625
Reviewed-on: https://boringssl-review.googlesource.com/1351
Reviewed-by: Adam Langley <agl@google.com>
2014-07-31 22:42:15 +00:00
..
CMakeLists.txt
poly1305_arm_asm.S Add visibility rules. 2014-07-31 22:03:11 +00:00
poly1305_arm.c
poly1305_vec.c
poly1305.c Add a control to disable the Poly1305 NEON code. 2014-07-31 22:42:15 +00:00