Difference between revisions of "PS:VerifyRsaSha256"

From 3dbrew
Jump to navigation Jump to search
(Undo revision 18923 by Yellows8 (talk) (Wrong page))
m (Fix formatting)
 
Line 5: Line 5:
 
{{IPC/RequestEntryRange|8|SHA256 hash to compare with.}}
 
{{IPC/RequestEntryRange|8|SHA256 hash to compare with.}}
 
{{IPC/RequestEntry|Unused. Intended as the signature size.}}
 
{{IPC/RequestEntry|Unused. Intended as the signature size.}}
{{IPC/TranslateStaticBuffer|RSA [[Process_Services_PXI|context]] buffer <nowiki>(static_buffer_id=0)</nowiki>}}
+
{{IPC/TranslateStaticBuffer|RSA [[Process_Services_PXI|context]] buffer|0}}
 
{{IPC/MapPointerR|Signature buffer}}
 
{{IPC/MapPointerR|Signature buffer}}
 
{{IPC/RequestEnd}}
 
{{IPC/RequestEnd}}

Latest revision as of 22:22, 14 December 2024

Request[edit]

Index Word Description
0 Header code [0x00020244]
1-8 SHA256 hash to compare with.
9 Unused. Intended as the signature size.
10 Descriptor for static buffer (id 0)
11 RSA context buffer
12 Descriptor for mapping a read-only buffer in the target process
13 Signature buffer

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Descriptor for mapping a read-only buffer in the target process
3 Signature buffer. Size for the translate-header is hard-coded to 0x100.