]> git.ipfire.org Git - people/ms/u-boot.git/commit
rsa: cosmetic: rename pad_len to key_len
authorAndrew Duda <aduda@meraki.com>
Tue, 8 Nov 2016 18:53:39 +0000 (18:53 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 21 Nov 2016 19:07:30 +0000 (14:07 -0500)
commit5300a4f9336291fb713fcfaf9ea6e51b71824800
treeaaac4fa1018deea1e442dbfc67748a24c820749d
parent187f9dc3f70f827fe0742d5345067fcabd1cca6b
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>
include/image.h
lib/rsa/rsa-verify.c