summaryrefslogtreecommitdiffstats
path: root/src/crypto/poly1305/poly1305_arm_asm.S
Commit message (Collapse)AuthorAgeFilesLines
* external/boringssl: fix Clang build.Adam Langley2015-04-181-1/+1
| | | | | | | | | | | The immediate in this operation is too large for ARM. GCC will automatically rewrite it to use bic (where bic does an AND NOT). Clang, however doesn't, and reasonably throws an error. This change switches to using bic in the source file, thus making both happy. Change-Id: I117083f4f70c199e5d2f933c0a0516a6f4059a92
* Initial commit of BoringSSL for Android.Adam Langley2015-01-301-0/+2015