]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: skcipher - make chunksize and walksize accessors internal
authorEric Biggers <ebiggers@google.com>
Mon, 3 Jun 2019 05:46:11 +0000 (22:46 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Jun 2019 06:31:40 +0000 (14:31 +0800)
commit7eb9c933ea06d7aebf4df98720edd640b6a5cd33
treed886cb694aa71cf83f06fb802689c3406880d77d
parentf79cc0a114df1be0f568525f5d941cf8d5bccd3d
crypto: skcipher - make chunksize and walksize accessors internal

The 'chunksize' and 'walksize' properties of skcipher algorithms are
implementation details that users of the skcipher API should not be
looking at.  So move their accessor functions from <crypto/skcipher.h>
to <crypto/internal/skcipher.h>.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/internal/skcipher.h
include/crypto/skcipher.h