aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/chacha20-arm.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chacha20-arm: fix with clang -fno-integrated-as.David Benjamin2017-12-031-1/+3
| | | | | | | | | The __clang__-guarded #defines cause gas to complain if clang is passed -fno-integrated-as. Emitting .syntax unified when those are used fixes this. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
* chacha20poly1305: import ARM primitives from OpenSSLJason A. Donenfeld2017-11-221-0/+1495
ARMv4-ARMv8, with NEON for ARMv7 and ARMv8.