On Wed, Jun 19, 2019 at 09:25:27AM +0200, Mark Kettenis wrote: > > Date: Wed, 19 Jun 2019 07:13:19 +0200 > > From: Patrick Wildt <patr...@blueri.se> > > > > Hi, > > > > this diff adds the necessary helpers to arm64 so that libcrypto knows > > which of the hardware crypto features are available on the machine. > > Those helpers are used by the existing and matching armv7 code. > > > > ok? > > No objections to the diff per se, but unless I'm missing something, > there currently isn't any assembly code that takes advantage of this > for arm64. The armv7 code is 32-bit code so I don't think you can use > any of it in 64-bit mode.
No, you're right, at the moment there's no acceleration support for arm64 in our tree. But OpenSSL has more of that, even before their license change, so I can easily pull that in step by step.