]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: powerpc/sha1 - prefix the "sha1_" functions
authorEric Biggers <ebiggers@google.com>
Sat, 2 May 2020 18:24:23 +0000 (11:24 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 8 May 2020 05:32:16 +0000 (15:32 +1000)
commite13c8966d1c4ba7c233263401e8c21e3d586345c
treebf427858852350095d6bbe052beb3d13d0e21dca
parentd164c242ba65cb1566e8ce9bcec38d30be845b3b
crypto: powerpc/sha1 - prefix the "sha1_" functions

Prefix the PowerPC SHA-1 functions with "powerpc_sha1_" rather than
"sha1_".  This allows us to rename the library function sha_init() to
sha1_init() without causing a naming collision.

Cc: linuxppc-dev@lists.ozlabs.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/sha1.c