RE: [PATCH 1/2] crypto: vmx - Adding asm subroutines for XTS

From: David Laight
Date: Tue Jul 12 2016 - 12:22:08 EST


From: Paulo Flabiano Smorigo
> Sent: 11 July 2016 20:08
>
> This patch add XTS subroutines using VMX-crypto driver.
>
> It gives a boost of 20 times using XTS.
>
> These code has been adopted from OpenSSL project in collaboration
> with the original author (Andy Polyakov <appro@xxxxxxxxxxx>).

Yep, typical openssl code. 1000+ lines of uncommented impenetrable assembler.
There is 0 chance of anyone ever checking this does what it should.

David