[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 7 Dec 2007 10:52:49 +0000 (18:52 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:32 +0000 (08:16 +1100)
commit42c271c6c538857cb13c5ead5184d264d745f675
tree9f6a05c756be3fc3f35ae7fe9b333a33986a2f56
parentfe70f5dfe1a7b5caab96531089dac3d8728c0ebd
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto

The scatterwalk infrastructure is used by algorithms so it needs to
move out of crypto for future users that may live in drivers/crypto
or asm/*/crypto.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/authenc.c
crypto/blkcipher.c
crypto/digest.c
crypto/gcm.c
crypto/internal.h
crypto/scatterwalk.c
crypto/xcbc.c
include/crypto/scatterwalk.h [moved from crypto/scatterwalk.h with 74% similarity]