Home
last modified time | relevance | path

Searched hist:"83 dd98e012b55b494ac2bf1f9a5d66f684bfbbe8" (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c83dd98e012b55b494ac2bf1f9a5d66f684bfbbe8 Tue Nov 08 18:53:41 UTC 2016 Andrew Duda <aduda@meraki.com> image: Combine image_sig_algo with image_sign_info

Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA
pairings will still fail on verify operations when the hash length is
longer than the key length.

Follow the same naming scheme "checksum,crytpo" without explicitly
defining the string.

Indirectly adds support for "sha1,rsa4096" signing/verification.

Signed-off-by: Andrew Duda <aduda@meraki.com>
Signed-off-by: aduda <aduda@meraki.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
H A Drsa-verify.c83dd98e012b55b494ac2bf1f9a5d66f684bfbbe8 Tue Nov 08 18:53:41 UTC 2016 Andrew Duda <aduda@meraki.com> image: Combine image_sig_algo with image_sign_info

Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA
pairings will still fail on verify operations when the hash length is
longer than the key length.

Follow the same naming scheme "checksum,crytpo" without explicitly
defining the string.

Indirectly adds support for "sha1,rsa4096" signing/verification.

Signed-off-by: Andrew Duda <aduda@meraki.com>
Signed-off-by: aduda <aduda@meraki.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c83dd98e012b55b494ac2bf1f9a5d66f684bfbbe8 Tue Nov 08 18:53:41 UTC 2016 Andrew Duda <aduda@meraki.com> image: Combine image_sig_algo with image_sign_info

Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA
pairings will still fail on verify operations when the hash length is
longer than the key length.

Follow the same naming scheme "checksum,crytpo" without explicitly
defining the string.

Indirectly adds support for "sha1,rsa4096" signing/verification.

Signed-off-by: Andrew Duda <aduda@meraki.com>
Signed-off-by: aduda <aduda@meraki.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/common/
H A Dimage-sig.c83dd98e012b55b494ac2bf1f9a5d66f684bfbbe8 Tue Nov 08 18:53:41 UTC 2016 Andrew Duda <aduda@meraki.com> image: Combine image_sig_algo with image_sign_info

Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA
pairings will still fail on verify operations when the hash length is
longer than the key length.

Follow the same naming scheme "checksum,crytpo" without explicitly
defining the string.

Indirectly adds support for "sha1,rsa4096" signing/verification.

Signed-off-by: Andrew Duda <aduda@meraki.com>
Signed-off-by: aduda <aduda@meraki.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/
H A Dimage.h83dd98e012b55b494ac2bf1f9a5d66f684bfbbe8 Tue Nov 08 18:53:41 UTC 2016 Andrew Duda <aduda@meraki.com> image: Combine image_sig_algo with image_sign_info

Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA
pairings will still fail on verify operations when the hash length is
longer than the key length.

Follow the same naming scheme "checksum,crytpo" without explicitly
defining the string.

Indirectly adds support for "sha1,rsa4096" signing/verification.

Signed-off-by: Andrew Duda <aduda@meraki.com>
Signed-off-by: aduda <aduda@meraki.com>
Reviewed-by: Simon Glass <sjg@chromium.org>