summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arm64cpuid.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start disentangling armv7 and aarch64 codetb2022-03-231-47/+0
| | | | | | | | | arm_arch.h and armcap.c are shared between armv7 and aarch64 which results in an inscrutable #ifdef maze. Move copies of these files into arch/{arm,aarch64}/ with appropriate names and some trivial minor adjustments. ok deraadt inoguchi kettenis
* Add cpuid support for arm64 so that we can recognize whichpatrick2019-07-021-0/+47
hardware crypto features are available. "no objections" kettenis@