summaryrefslogtreecommitdiffstats
path: root/drivers/staging/skein/skeinBlockNo3F.c
diff options
context:
space:
mode:
authorAnton Saraev <antonysaraev@gmail.com>2014-05-19 12:09:56 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-19 14:18:14 -0700
commit3201b7f25e3b9843a4f475f7d61f0fbe8de3d208 (patch)
tree3694fe4cc015c2226661d34f685b3c86d6609f66 /drivers/staging/skein/skeinBlockNo3F.c
parent95f1840a7e761a86931f08c6e84f6df33333c217 (diff)
downloadop-kernel-dev-3201b7f25e3b9843a4f475f7d61f0fbe8de3d208.zip
op-kernel-dev-3201b7f25e3b9843a4f475f7d61f0fbe8de3d208.tar.gz
staging: crypto: skein: rename skein1024_ctx to skein_1024_ctx
Code have skein_512_ctx and skein_256_ctx but skein1024_ctx. It would be logical to convert these names to a single form. Signed-off-by: Anton Saraev <antonysaraev@gmail.com> Reviewed-by: Jake Edge <jake@lwn.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/skein/skeinBlockNo3F.c')
-rw-r--r--drivers/staging/skein/skeinBlockNo3F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/skein/skeinBlockNo3F.c b/drivers/staging/skein/skeinBlockNo3F.c
index 041e5ae..55c6831 100644
--- a/drivers/staging/skein/skeinBlockNo3F.c
+++ b/drivers/staging/skein/skeinBlockNo3F.c
@@ -111,7 +111,7 @@ void skein_512_process_block(struct skein_512_ctx *ctx, const u8 *blk_ptr,
ctx->h.T[1] = tweak[1];
}
-void skein_1024_process_block(struct skein1024_ctx *ctx, const u8 *blk_ptr,
+void skein_1024_process_block(struct skein_1024_ctx *ctx, const u8 *blk_ptr,
size_t blk_cnt, size_t byte_cnt_add)
{
struct threefish_key key;
OpenPOWER on IntegriCloud