Changes

109 bytes added ,  04:56, 25 September 2022
added known prototypes
Line 4: Line 4:  
|-
 
|-
 
! ID
 
! ID
! Name  
+
! Name/Prototype
 
! Args
 
! Args
 
! Changes
 
! Changes
Line 144: Line 144:  
|-
 
|-
 
| 0x20
 
| 0x20
| swiInit_crypto_heap
+
| swiInit_crypto_heap(Heap *heap, void *base, u32 len);
 
| ??
 
| ??
 
| '''new'''
 
| '''new'''
Line 164: Line 164:  
|-
 
|-
 
| 0x24
 
| 0x24
| SVC_SHA1Init
+
| SVC_SHA1Init(SVCSHA1Context *ctx)
 
| ??
 
| ??
 
| '''new'''
 
| '''new'''
 
|-
 
|-
 
| 0x25
 
| 0x25
| SVC_SHA1Update
+
| SVC_SHA1Update(SVCSHA1Context* ctx, const u8 *buf, u32 len)
 
| ??
 
| ??
 
| '''new'''
 
| '''new'''
322

edits