mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
デバッグファイル出力修正
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@183 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
5dd58dde3a
commit
0e78820d58
@ -335,7 +335,7 @@ int GenerateCTRDeviceCert( EC_KEY *pECkey, u32 device_id, u8 bonding_option, u8
|
||||
#else // !ECDSA_SHA256
|
||||
DebugFileOutput( device_id, "dgst", sha1Buf, 20 );
|
||||
#endif // ECDSA_SHA256
|
||||
DebugFileOutput( device_id, "sign", ecdsasig, signLen );
|
||||
DebugFileOutput( device_id, "sign", deviceCert.eccSignature, 60 );
|
||||
#endif // DEBUG_DEVICE_CERT_OUTPUT_FILE
|
||||
|
||||
// ECDSA署名検証
|
||||
|
||||
Loading…
Reference in New Issue
Block a user