mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
add SVC_RandomSHA1
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@126 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
0a58999282
commit
e43bfba7d3
@ -63,6 +63,13 @@ int SVC_CompareSHA1(
|
|||||||
const void* digest // SVC_GetDigestの出力
|
const void* digest // SVC_GetDigestの出力
|
||||||
);
|
);
|
||||||
|
|
||||||
|
int SVC_RandomSHA1(
|
||||||
|
void* dest_ptr, // 出力データへのポインタ
|
||||||
|
unsigned int dest_len, // 出力データの長さ
|
||||||
|
const void* src_ptr, // 入力データへのポインタ
|
||||||
|
unsigned int src_len // 入力データの長さ
|
||||||
|
);
|
||||||
|
|
||||||
int SVC_UncompressLZ8FromDevice( const void* srcp,
|
int SVC_UncompressLZ8FromDevice( const void* srcp,
|
||||||
void* destp,
|
void* destp,
|
||||||
const void* paramp,
|
const void* paramp,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user