Re: [PATCH 1/2] Add PCBC crypto template support

2006-12-15 Thread Herbert Xu
On Fri, Dec 15, 2006 at 10:26:37AM +, David Howells wrote: > Add PCBC crypto template support as used by RxRPC. > > Signed-Off-By: David Howells <[EMAIL PROTECTED]> Thanks David! I'll push this to mm via cryptodev. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <

[PATCH 1/2] Add PCBC crypto template support

2006-12-15 Thread David Howells
Add PCBC crypto template support as used by RxRPC. Signed-Off-By: David Howells <[EMAIL PROTECTED]> --- crypto/Kconfig |9 + crypto/Makefile |1 crypto/pcbc.c | 348 +++ 3 files changed, 358 insertions(+), 0 deletions(-) diff --gi

[PATCH 1/2] Add PCBC crypto template support

2006-12-14 Thread David Howells
Add PCBC crypto template support as used by RxRPC. Signed-Off-By: David Howells <[EMAIL PROTECTED]> --- crypto/Kconfig |9 + crypto/Makefile |1 crypto/pcbc.c | 348 +++ 3 files changed, 358 insertions(+), 0 deletions(-) diff --gi