]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: skcipher - document skcipher_walk_done() and rename some vars
authorEric Biggers <ebiggers@google.com>
Sun, 5 Jan 2025 19:34:09 +0000 (11:34 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jan 2025 03:38:32 +0000 (11:38 +0800)
commite71778c95a804ba641e1407b3a5e49bcae791f3a
treeacff38e20611ca88af0cebb9c38a4310f864abd0
parent42c5675c2f5baca8bb16d2f183e05339256d207c
crypto: skcipher - document skcipher_walk_done() and rename some vars

skcipher_walk_done() has an unusual calling convention, and some of its
local variables have unclear names.  Document it and rename variables to
make it a bit clearer what is going on.  No change in behavior.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/skcipher.c
include/crypto/internal/skcipher.h