
12 Mar
2022
12 Mar
'22
3:43 a.m.
On Wed, 9 Mar 2022 at 02:28, SESA644425 giojahermann@gmail.com wrote:
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
Please use your real name.
Despite checkpath.pl recommendation, it is not possible to use u8 instead of uint8_t. Proceeding with u8 breaks build with error: unknown type name u8 include/image.h | 2 +- include/u-boot/rsa.h | 4 ++-- lib/rsa/rsa-verify.c | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org