summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/asm/ghash-armv4.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2018-01-241-1/+1
| | | | | | defined as they rely on unaligned access. ok joel@
* Convert ARM assembly to unified syntax. Clang demands it, binutilspatrick2017-01-041-4/+5
| | | | | | supports it as long as it's marked as unified syntax. ok bcook@ kettenis@
* import OpenSSL-1.0.1cdjm2012-10-131-0/+429