From e43bfba7d3b94c19c2bd6adee96a12368b5cafff Mon Sep 17 00:00:00 2001 From: yutaka Date: Wed, 20 Jun 2007 10:03:07 +0000 Subject: [PATCH] add SVC_RandomSHA1 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@126 4ee2a332-4b2b-5046-8439-1ba90f034370 --- include/twl/os/common/systemCall.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/twl/os/common/systemCall.h b/include/twl/os/common/systemCall.h index 5c41cbd..ed83d48 100644 --- a/include/twl/os/common/systemCall.h +++ b/include/twl/os/common/systemCall.h @@ -63,6 +63,13 @@ int SVC_CompareSHA1( 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, void* destp, const void* paramp,