commit | c755aa8a1dc2f2b819ce36148248ebe93bbc7f86 | [log] [tgz] |
---|---|---|
author | SESA644425 <giojahermann@gmail.com> | Wed Mar 09 01:27:15 2022 -0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 11:39:19 2022 -0400 |
tree | a66f046d74706b2ac4b2b04cf58cc4df969da89f | |
parent | 7262ff7e564c8b7d81f940af242c20f832ee7511 [diff] |
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>