commit | b8e505484e376322cb1e12540e8b52dc31b73b6e | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Feb 18 19:58:26 2020 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Mar 09 17:35:04 2020 +0000 |
tree | 3e8ac1f1bd78a9d8148748120323a60711021a7b | |
parent | 2ca86c346277a121ec0194d74d1ab7d984f756e7 [diff] |
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>