]> git.ipfire.org Git - people/ms/u-boot.git/commit
image: Add crypto_algo struct for RSA info
authorAndrew Duda <aduda@meraki.com>
Tue, 8 Nov 2016 18:53:41 +0000 (18:53 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 21 Nov 2016 19:07:31 +0000 (14:07 -0500)
commit0c1d74fda7c0063eeca4d8d9fa8674e6ec2ef685
tree44482dc837d5bbd88006520062b443d43ab28fdb
parentda29f2991d75fc8aa3289407a0e686a4a22f8c9e
image: Add crypto_algo struct for RSA info

Cut down on the repetition of algorithm information by defining separate
checksum and crypto structs. image_sig_algos are now simply pairs of
unique checksum and crypto algos.

Signed-off-by: Andrew Duda <aduda@meraki.com>
Signed-off-by: aduda <aduda@meraki.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-sig.c
include/image.h
lib/rsa/rsa-verify.c
tools/image-host.c