FromFirmからNANDコンテキスト削除

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@957 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-03-26 08:11:17 +00:00
parent 580fd7494d
commit 262e8bafd7
2 changed files with 7 additions and 8 deletions

View File

@ -45,11 +45,8 @@ typedef struct SDportContextData
SDPortContextData;
/*
hash_table_hashは(0xff)
makenandfirm等で埋め込むようにすることで保護できる
(Static部分に埋めても大差ないと思われるが)
使()0xff
hash_table_hashは(0x00)
使()0x00
*/
typedef struct
{

View File

@ -18,7 +18,6 @@
#define FIRM_FORMAT_FROM_FIRM_H_
#include <firm/gcd/blowfish.h>
#include <firm/format/from_brom.h>
#ifdef __cplusplus
extern "C" {
@ -32,6 +31,11 @@ extern "C" {
#define AESKEY_NUM_FROM_FIRM 4
#endif // SDK_ARM7
/*
reservedは(0x00)
使()0x00
*/
typedef struct
{
u8 rsa_pubkey[RSA_PUBKEY_NUM_FROM_FIRM][ACS_PUBKEY_LEN]; // 1KB
@ -50,8 +54,6 @@ typedef struct
u8 reserved[ACS_HASH_LEN]; // 20B
BLOWFISH_CTX twl_blowfish[2]; // (4KB + ƒ¿) * 2
SDPortContextData SDNandContext;
}
OSFromFirm7Buf;