Re: [cbootimage PATCH v5 2/5] Add support to dump rsa related fields for t210

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/09/2015 07:46 PM, Jimmy Zhang wrote:
Add support to dump rsa pubkey, bct's rsa-pss signature and
bootloader's rsa-pss signature.

diff --git a/src/bct_dump.c b/src/bct_dump.c

+#define ARSE_RSA_PARAM_MAX_BYTES	256
  typedef union {
  	u_int32_t val;
  	u_int8_t uid[16];
+	u_int8_t rsa_param[ARSE_RSA_PARAM_MAX_BYTES];
  } param_types;

Shouldn't that be replaced by something that uses the new get_size() functionality now implemented in patch 1?
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [ARM Kernel]     [Linux ARM]     [Linux ARM MSM]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux