Difference between revisions of "SSLC:SeedRNG"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00100000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !...")
 
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
  
 
=Description=
 
=Description=
This can only be used if this session was previously initialized with [[SSLC:Initialize]] or [[SSLC:InitializeConnectionSession]]. After that, this just uses [[Process_Services|ps:ps]] GatherEntropy.
+
This can only be used if this session was previously initialized with [[SSLC:Initialize]] or [[SSLC:InitializeConnectionSession]]. After that, this just uses [[PS:SeedRNG]].

Latest revision as of 17:53, 30 March 2016

Request[edit]

Index Word Description
0 Header code [0x00100000]

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This can only be used if this session was previously initialized with SSLC:Initialize or SSLC:InitializeConnectionSession. After that, this just uses PS:SeedRNG.