rockbox/utils/sbinfo
Amaury Pouly 761255928e sbinfo: add full support for various kind of cryptographic checks
- now have a AES128, SHA1 and CRC implementation
- now crc check the boot section chunks as well as the instruction headers
- now sha1 check the sb header and the whole file
- nearly all fields of the sb format are now documented

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28708 a1c6a512-1295-4272-9138-f99709370657
2010-11-29 14:15:06 +00:00
..
aes128.c sbinfo: add full support for various kind of cryptographic checks 2010-11-29 14:15:06 +00:00
crc.c sbinfo: add full support for various kind of cryptographic checks 2010-11-29 14:15:06 +00:00
crypto.h sbinfo: add full support for various kind of cryptographic checks 2010-11-29 14:15:06 +00:00
Makefile sbinfo: add full support for various kind of cryptographic checks 2010-11-29 14:15:06 +00:00
sbinfo.c sbinfo: add full support for various kind of cryptographic checks 2010-11-29 14:15:06 +00:00
sha1.c sbinfo: add full support for various kind of cryptographic checks 2010-11-29 14:15:06 +00:00