Go to the source code of this file.
◆ sceSslEnd()
Terminate the ssl library.
- Returns
- 0 on success
◆ sceSslGetUsedMemoryCurrent()
int sceSslGetUsedMemoryCurrent |
( |
unsigned int * | memory | ) |
|
Get the current memory size used by ssl.
- Parameters
-
memory | - Pointer where the current memory used value will be stored. |
- Returns
- 0 on success
◆ sceSslGetUsedMemoryMax()
int sceSslGetUsedMemoryMax |
( |
unsigned int * | memory | ) |
|
Get the maximum memory size used by ssl.
- Parameters
-
memory | - Pointer where the maximum memory used value will be stored. |
- Returns
- 0 on success
◆ sceSslInit()
int sceSslInit |
( |
int | unknown1 | ) |
|
Init the ssl library.
- Parameters
-
unknown1 | - Memory size? Pass 0x28000 |
- Returns
- 0 on success