Re: [RFC PATCH v2] crypto: Add VMAC(AES) to Linux for intel_txt support

2009-08-29 Thread Herbert Xu
On Sat, Aug 22, 2009 at 09:02:29PM +0800, Shane Wang wrote: > > Resend: > This patch adds VMAC (a fast MAC) support into crypto framework. I was going to apply this but it doesn't apply: $ git apply ~/p error: patch failed: crypto/Kconfig:267 error: crypto/Kconfig: patch does not apply error: pat

Re: [RFC PATCH v2] crypto: Add VMAC(AES) to Linux for intel_txt support

2009-08-22 Thread Shane Wang
Herbert Xu wrote: In this case, you may not even need them as gcc is capable of optimising Yes, I agree. Thanks. Shane Resend: This patch adds VMAC (a fast MAC) support into crypto framework. --- b/crypto/vmac.c | 678 b/include/cr