commit | 1246835397e24416377d9830393e5dea2a1a297d | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Wed Nov 14 13:51:00 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 03 10:44:10 2018 -0500 |
tree | 00c9c34581da071f3a87ee01c27370cc524cf223 | |
parent | 8161ff88de5ad13f29fa351345721a69acb1af04 [diff] |
rsa: add a structure for the padding The rsa signature use a padding algorithm. By default, we use the padding pkcs-1.5. In order to add some new padding algorithm, we add a padding framework to manage several padding algorithm. The choice of the padding is done in the file .its. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>