nn::ssl::GatherRandomEntropy FunctionResult GatherRandomEntropy( void );
None.
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
| ResultNotInitializedErr | Error indicating that the library is not initialized. None of the functions in this library can be run without first running nn::ssl::Initialize. |
| A value other than the above. | Unexpected error (see ssl_Result.h for error details). |
Gathers new entropy for random numbers. Note: SSL processes also gather their own entropy. This function is used to gather fresh entropy whenever you need it.
CONFIDENTIAL