PSPSDK 2024-10-31
Loading...
Searching...
No Matches
pspssl.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspssl.h - Interface to the ssl library.
7 *
8 * Copyright (c) 2008 David Perry (InsertWittyName)
9 * Copyright (c) 2008 moonlight
10 *
11 */
12
13#ifndef __PSPSSL_H__
14#define __PSPSSL_H__
15
16#if defined(__cplusplus)
17extern "C" {
18#endif
19
28
34int sceSslEnd(void);
35
43int sceSslGetUsedMemoryMax(unsigned int *memory);
44
52int sceSslGetUsedMemoryCurrent(unsigned int *memory);
53
54#if defined(__cplusplus)
55};
56#endif
57
58#endif
unsigned int unknown1
Definition psploadcore.h:5
int sceSslGetUsedMemoryCurrent(unsigned int *memory)
Get the current memory size used by ssl.
int sceSslGetUsedMemoryMax(unsigned int *memory)
Get the maximum memory size used by ssl.
int sceSslInit(int unknown1)
Init the ssl library.
int sceSslEnd(void)
Terminate the ssl library.