rsa: add sha256,rsa4096 algorithm
[platform/kernel/u-boot.git] / include / image.h
index 44b2b46..540afaa 100644 (file)
@@ -879,6 +879,7 @@ struct image_region {
 struct checksum_algo {
        const char *name;
        const int checksum_len;
+       const int pad_len;
 #if IMAGE_ENABLE_SIGN
        const EVP_MD *(*calculate)(void);
 #else