-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dice,x509] Reduce X509 template library code size
Our ROM_EXT is close to the limit, and future changes (e.g. immutable rom_ext) will likely introduce 10~20k more bytes. This refactor moves the error propagation to the end of asn1 builder, reducing a huge amount of branches to save firmware size. This patch reduced 1860 bytes from the ROM_EXT. (45884 to 44024) Change-Id: I295fd36ea1cf125a3c875b12000177b6a3ec826b Signed-off-by: Yi-Hsuan Deng <[email protected]>
- Loading branch information
Showing
5 changed files
with
358 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.