PSPSDK 2024-10-31
|
Go to the source code of this file.
Functions | |
int | sceSslInit (int unknown1) |
Init the ssl library. | |
int | sceSslEnd (void) |
Terminate the ssl library. | |
int | sceSslGetUsedMemoryMax (unsigned int *memory) |
Get the maximum memory size used by ssl. | |
int | sceSslGetUsedMemoryCurrent (unsigned int *memory) |
Get the current memory size used by ssl. | |
Get the current memory size used by ssl.
memory | - Pointer where the current memory used value will be stored. |
Get the maximum memory size used by ssl.
memory | - Pointer where the maximum memory used value will be stored. |