mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
fix comment.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1471 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
a386e82697
commit
d533f4278b
@ -241,7 +241,7 @@ BOOL VerifyWlanfirmSignature(u8* buffer, u32 length)
|
||||
pSign = (u8*)hdr->sign;
|
||||
|
||||
txt = (u8*)hdr->hash;
|
||||
txtlen = (u32)NWM_FW_SECURITY_AREA_SIZE - SIGN_LENGTH; /* 署名の直前までのLength */
|
||||
txtlen = (u32)NWM_FW_SECURITY_AREA_SIZE - SIGN_LENGTH; /* 署名を除いたSecurity Areaのサイズ */
|
||||
|
||||
/* calculate SHA-1 digest */
|
||||
SVC_SHA1Init( &sctx );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user