]> git.baikalelectronics.ru Git - uboot.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)
commite68a6dba0511018d2af11630e4a1646c79e2395b
tree44482dc837d5bbd88006520062b443d43ab28fdb
parent1f7b03c28198195ed9a0f9db6b1e57687a7f0563
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