PSPSDK 2024-10-31
Loading...
Searching...
No Matches
pspssl.h File Reference

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.
 

Function Documentation

◆ sceSslEnd()

int sceSslEnd ( void  )

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