Changes

79 bytes added ,  19:28, 18 September 2015
m
Added two key IDs for the Decrypt command and description for command 0x20 and 0x21
Line 126: Line 126:  
| IOSC_Decrypt() / IOSC_DecryptAsync()
 
| IOSC_Decrypt() / IOSC_DecryptAsync()
 
| IOS_Ioctlv(FD, 0x0E, 3, 1, vector); / IOS_IoctlvAsync(FD, 0x0E, 3, 1, vector, queueid, message);
 
| IOS_Ioctlv(FD, 0x0E, 3, 1, vector); / IOS_IoctlvAsync(FD, 0x0E, 3, 1, vector, queueid, message);
|  
+
| Key ID:</br>13: C2W</br>27: SSL RSA Key
 
| This function has 2 different implementations, one async and the other not.
 
| This function has 2 different implementations, one async and the other not.
 
|-
 
|-
Line 235: Line 235:  
| IOS_Ioctlv(FD, 0x20, 3, 1, vector);
 
| IOS_Ioctlv(FD, 0x20, 3, 1, vector);
 
|  
 
|  
|  
+
| encrypts amiibo data
 
|-
 
|-
 
| 0x21
 
| 0x21
Line 241: Line 241:  
| IOS_Ioctlv(FD, 0x21, 3, 1, vector);
 
| IOS_Ioctlv(FD, 0x21, 3, 1, vector);
 
|  
 
|  
|  
+
| decrypts amiibo data
 
|-
 
|-
 
| 0x22
 
| 0x22
oversight
362

edits