lib: rsa: Fix const-correctness of rsassa_pss functions
authorSESA644425 <giojahermann@gmail.com>
Wed, 9 Mar 2022 09:27:15 +0000 (01:27 -0800)
committerTom Rini <trini@konsulko.com>
Mon, 11 Apr 2022 15:39:19 +0000 (11:39 -0400)
commitc755aa8a1dc2f2b819ce36148248ebe93bbc7f86
treea66f046d74706b2ac4b2b04cf58cc4df969da89f
parent7262ff7e564c8b7d81f940af242c20f832ee7511
lib: rsa: Fix const-correctness of rsassa_pss functions

Prior to introduction of modifications in rsassa_pss functions
related to padding verification, doing a pass to update
const-correctness in targeted functions to comply with
coding-rules and avoid const-cast

Signed-off-by: SESA644425 <gioja.hermann@non.se.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/image.h
include/u-boot/rsa.h
lib/rsa/rsa-verify.c