commit | 0c1d74fda7c0063eeca4d8d9fa8674e6ec2ef685 | [log] [tgz] |
---|---|---|
author | Andrew Duda <aduda@meraki.com> | Tue Nov 08 18:53:41 2016 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 21 14:07:31 2016 -0500 |
tree | 44482dc837d5bbd88006520062b443d43ab28fdb | |
parent | da29f2991d75fc8aa3289407a0e686a4a22f8c9e [diff] |
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>