[PATCH] crypto: x86/sha512_ssse3 - fixup for asm function prototype change

2015-04-24 Thread Ard Biesheuvel
Patch e68410ebf626 (crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer) changed the prototypes of the core asm SHA-512 implementations so that they are compatible with the prototype used by the base layer. However, in one instance, the register that was used for

Re: [PATCH] crypto: x86/sha512_ssse3 - fixup for asm function prototype change

2015-04-24 Thread Herbert Xu
On Fri, Apr 24, 2015 at 08:37:09AM +0200, Ard Biesheuvel wrote: Patch e68410ebf626 (crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer) changed the prototypes of the core asm SHA-512 implementations so that they are compatible with the prototype used by the base