arm64: crypto: Modernize names for AES function macros
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:26 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:35:04 +0000 (17:35 +0000)
commitb8e505484e376322cb1e12540e8b52dc31b73b6e
tree3e8ac1f1bd78a9d8148748120323a60711021a7b
parent2ca86c346277a121ec0194d74d1ab7d984f756e7
arm64: crypto: Modernize names for AES function macros

Now that the rest of the code has been converted to the modern START/END
macros the AES_ENTRY() and AES_ENDPROC() macros look out of place and
like they need updating. Rename them to AES_FUNC_START() and AES_FUNC_END()
to line up with the modern style assembly macros.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/crypto/aes-ce.S
arch/arm64/crypto/aes-modes.S
arch/arm64/crypto/aes-neon.S