Re: aead: driver side documentation

2011-04-07 Thread Herbert Xu
Kim Phillips wrote: > > I started to add test vectors from [1] to crypto/testmgr.c, but it > required that drivers not assume associated data, iv, and cipher data > were contiguous in memory, and since some of them do, I don't know if > such a contribution would be acceptable upstream. Such drive

[PATCH 2/2] crypto: blkcipher: Fixed some whitespace style issues

2011-04-07 Thread Aditya Shevade
Fixed whitespace issues. Signed-off-by: Aditya Shevade --- crypto/blkcipher.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/blkcipher.c b/crypto/blkcipher.c index 7a72192..f4a32f9 100644 --- a/crypto/blkcipher.c +++ b/crypto/blkcipher.c @@ -1,6 +1,6 @@ /*