commit | eed7e78febec79d7b15a43467c2487e93a76ed7c | [log] [tgz] |
---|---|---|
author | Andrew Duda <aduda@meraki.com> | Tue Nov 08 18:53:39 2016 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 21 14:07:30 2016 -0500 |
tree | aaac4fa1018deea1e442dbfc67748a24c820749d | |
parent | 70b3e3464aad31765cc36177d66f8fc45c33b64b [diff] |
rsa: cosmetic: rename pad_len to key_len checksum_algo's pad_len field isn't actually used to store the length of the padding but the total length of the RSA key (msg_len + pad_len) Signed-off-by: Andrew Duda <aduda@meraki.com> Signed-off-by: aduda <aduda@meraki.com> Reviewed-by: Simon Glass <sjg@chromium.org>