X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fu-boot%2Frsa.h;h=0e96c387113c7dc60a89136d4dc6375a3b5605bc;hb=be8d324191f3cd2f4861629ccf69106d58aaa70f;hp=325751ab7e1896c548e2c229708ad1a04670c2f5;hpb=2b9912e6a7df7b1f60beb7942bd0e6fa5f9d0167;p=oweals%2Fu-boot.git diff --git a/include/u-boot/rsa.h b/include/u-boot/rsa.h index 325751ab7e..0e96c38711 100644 --- a/include/u-boot/rsa.h +++ b/include/u-boot/rsa.h @@ -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