[U-Boot] [PATCH 3/4] image: Add crypto_algo struct for RSA info

Simon Glass sjg at chromium.org
Fri Nov 11 17:17:42 CET 2016


On 8 November 2016 at 11:53, aduda <aduda at meraki.com> wrote:
> From: Andrew Duda <aduda at meraki.com>
>
> 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 at meraki.com>
> Signed-off-by: aduda <aduda at meraki.com>
> ---
>
>  common/image-sig.c   | 46 +++++++++++++++++++++++-----------------------
>  include/image.h      |  9 +++++++--
>  lib/rsa/rsa-verify.c | 19 +++++++++++--------
>  tools/image-host.c   |  9 +++++----
>  4 files changed, 46 insertions(+), 37 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list