Re: [PATCH 1/2] crypto test: use print_hex_dump from

2007-11-26 Thread Herbert Xu
On Mon, Nov 26, 2007 at 03:13:02PM +0800, Denis Cheng wrote: > these utilities implemented in lib/hexdump.c are more handy, please use this. > > Cc: Randy Dunlap <[EMAIL PROTECTED]> > Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> OK this is pretty nice. But you just missed out because the GCM p

[PATCH 1/2] crypto test: use print_hex_dump from

2007-11-25 Thread Denis Cheng
these utilities implemented in lib/hexdump.c are more handy, please use this. Cc: Randy Dunlap <[EMAIL PROTECTED]> Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> --- crypto/tcrypt.c | 21 +++-- 1 files changed, 7 insertions(+), 14 deletions(-) diff --git a/crypto/tcrypt.c b/cry