From 2f6995456ea8019ed7124578feeb1b5738978d5a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 27 Sep 2018 05:07:28 +0200 Subject: blake2s: rename arch function and use slicker le32 helper --- src/crypto/zinc/blake2s/blake2s-x86_64-glue.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/crypto/zinc/blake2s/blake2s-x86_64-glue.h') diff --git a/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h b/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h index 83d56e9..1f331cb 100644 --- a/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h +++ b/src/crypto/zinc/blake2s/blake2s-x86_64-glue.h @@ -34,8 +34,9 @@ static void __init blake2s_fpu_init(void) #endif } -static inline bool blake2s_arch(struct blake2s_state *state, const u8 *block, - size_t nblocks, const u32 inc) +static inline bool blake2s_compress_arch(struct blake2s_state *state, + const u8 *block, size_t nblocks, + const u32 inc) { simd_context_t simd_context; -- cgit v1.2.3-59-g8ed1b