]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/u-boot/rsa.h
Kconfig: Move CONFIG_FIT and related options to Kconfig
[people/ms/u-boot.git] / include / u-boot / rsa.h
index 325751ab7e1896c548e2c229708ad1a04670c2f5..0e96c387113c7dc60a89136d4dc6375a3b5605bc 100644 (file)
@@ -27,8 +27,11 @@ struct rsa_public_key {
        uint32_t n0inv;         /* -1 / modulus[0] mod 2^32 */
        uint32_t *modulus;      /* modulus as little endian array */
        uint32_t *rr;           /* R^2 as little endian array */
+       uint64_t exponent;      /* public exponent */
 };
 
+struct image_sign_info;
+
 #if IMAGE_ENABLE_SIGN
 /**
  * sign() - calculate and return signature for given input data