crypto: x86/sha256-ni - rename some register aliases
authorEric Biggers <ebiggers@google.com>
Thu, 11 Apr 2024 16:23:57 +0000 (09:23 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 19 Apr 2024 10:54:18 +0000 (18:54 +0800)
commit1b5ddb067df930c8232020cd059b2060275427cf
tree16390163f2a82e08f4b888952b7b71e632e7f034
parentffaec34b0f2ba624f20614c4aaed0d5eb6181b2d
crypto: x86/sha256-ni - rename some register aliases

MSGTMP[0-3] are used to hold the message schedule and are not temporary
registers per se.  MSGTMP4 is used as a temporary register for several
different purposes and isn't really related to MSGTMP[0-3].  Rename them
to MSG[0-3] and TMP accordingly.

Also add a comment that clarifies what MSG is.

Suggested-by: Stefan Kanthak <stefan.kanthak@nexgo.de>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/sha256_ni_asm.S