[PATCH] [CRYPTO] talitos: Add support for 3des.

2008-07-02 Thread Lee Nipper
This patch adds support for authenc(hmac(sha1),cbc(des3_ede)) to the talitos crypto driver for the Freescale Security Engine. Some adjustments were made to the scatterlist to link table conversion to make 3des work for ping -s 1439..1446. Signed-off-by: Lee Nipper <[EMAIL PROTECTED]> --- This patc

Re: [PATCH] [CRYPTO] talitos: Add support for 3des.

2008-07-03 Thread Herbert Xu
On Wed, Jul 02, 2008 at 10:48:43PM +, Lee Nipper wrote: > This patch adds support for authenc(hmac(sha1),cbc(des3_ede)) > to the talitos crypto driver for the Freescale Security Engine. > Some adjustments were made to the scatterlist to link table conversion > to make 3des work for ping -s 1439