mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新:Akabane Jumpei)
開発用のKey Table2と分かるように、リネーム。 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1796 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b2b334015f
commit
629c59993a
@ -34,7 +34,7 @@ SRCS = hotswBlowfish.c \
|
|||||||
hotsw.c \
|
hotsw.c \
|
||||||
dsCardCommon.c \
|
dsCardCommon.c \
|
||||||
romEmulation.c \
|
romEmulation.c \
|
||||||
twl_blowfish_table.c \
|
twl_blowfish_table_dev.c \
|
||||||
customNDma.c
|
customNDma.c
|
||||||
|
|
||||||
TARGET_LIB = libhotsw_sp$(TWL_LIBSUFFIX).a
|
TARGET_LIB = libhotsw_sp$(TWL_LIBSUFFIX).a
|
||||||
|
|||||||
@ -24,7 +24,7 @@ extern "C" {
|
|||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
extern BLOWFISH_CTX HotSwBlowfishInitTableBufDS;
|
extern BLOWFISH_CTX HotSwBlowfishInitTableBufDS;
|
||||||
extern BLOWFISH_CTX HotSwBlowfishInitTableTWL;
|
extern BLOWFISH_CTX HotSwBlowfishInitTableTWL_dev;
|
||||||
|
|
||||||
// Function Prototype ------------------------------------------------------------------------
|
// Function Prototype ------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,7 @@ void MakeBlowfishTableTWL(CardBootData *cbd, s32 keyLen, u16 bondingOp)
|
|||||||
}
|
}
|
||||||
// 開発機の場合
|
// 開発機の場合
|
||||||
else{
|
else{
|
||||||
MI_CpuCopyFast(&HotSwBlowfishInitTableTWL, (void *)ctx, sizeof(BLOWFISH_CTX));
|
MI_CpuCopyFast(&HotSwBlowfishInitTableTWL_dev, (void *)ctx, sizeof(BLOWFISH_CTX));
|
||||||
|
|
||||||
|
|
||||||
// スタック領域がオーバーフローするから、ヒープ領域から領域を確保する。
|
// スタック領域がオーバーフローするから、ヒープ領域から領域を確保する。
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
#include <hotswTypes.h>
|
#include <hotswTypes.h>
|
||||||
|
|
||||||
|
|
||||||
const BLOWFISH_CTX HotSwBlowfishInitTableTWL = {
|
const BLOWFISH_CTX HotSwBlowfishInitTableTWL_dev = {
|
||||||
0x05526369, 0x040B421F, 0x04DAE16B, 0x03222EFA,
|
0x05526369, 0x040B421F, 0x04DAE16B, 0x03222EFA,
|
||||||
0x05EB3557, 0x0089EBE1, 0x03E13C75, 0x02BD8B6D,
|
0x05EB3557, 0x0089EBE1, 0x03E13C75, 0x02BD8B6D,
|
||||||
0x071E6069, 0x0406B0C5, 0x0737814E, 0x04357C20,
|
0x071E6069, 0x0406B0C5, 0x0737814E, 0x04357C20,
|
||||||
Loading…
Reference in New Issue
Block a user