pspsdk-1.0+beta2
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

int sceSslEnd ( void  )

Terminate the ssl library.

Returns
0 on success
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
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
int sceSslInit ( int  unknown1)

Init the ssl library.

Parameters
unknown1- Memory size? Pass 0x28000
Returns
0 on success