]> Git Repo - u-boot.git/commit - common/image-sig.c
image: Add crypto_algo struct for RSA info
authorAndrew Duda <[email protected]>
Tue, 8 Nov 2016 18:53:41 +0000 (18:53 +0000)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: aduda <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
common/image-sig.c
include/image.h
lib/rsa/rsa-verify.c
tools/image-host.c
This page took 0.036083 seconds and 4 git commands to generate.