Exports for User.
Using this library in your project
Include the header file in your project:
Link the library to the executable:
|
| VITASDK_BUILD_ASSERT_EQ (0x10, SceSslMemoryPoolStats) |
|
int | sceSslInit (unsigned poolSize) |
|
int | sceSslTerm (void) |
|
int | sceSslGetMemoryPoolStats (SceSslMemoryPoolStats *currentStat) |
|
int | sceSslGetSerialNumber (SceSslCert *sslCert, const char **sboData, unsigned *sboLen) |
|
int | sceSslGetNotBefore (SceSslCert *sslCert, SceRtcTick *begin) |
|
int | sceSslGetNotAfter (SceSslCert *sslCert, SceRtcTick *limit) |
|
int | sceSslGetNameEntryCount (SceSslCertName *certName) |
|
int | sceSslGetNameEntryInfo (SceSslCertName *certName, int entryNum, char *oidname, unsigned maxOidnameLen, char *value, unsigned maxValueLen, unsigned *valueLen) |
|
SceSslCertName * | sceSslGetSubjectName (SceSslCert *sslCert) |
|
SceSslCertName * | sceSslGetIssuerName (SceSslCert *sslCert) |
|
int | sceSslFreeSslCertName (SceSslCertName *certName) |
|
◆ SceSslMemoryPoolStats
struct SceSslMemoryPoolStats |
Data Fields |
unsigned |
poolSize |
|
unsigned |
maxInuseSize |
|
unsigned |
currentInuseSize |
|
int |
reserved |
|
◆ sceSslEnd
◆ SceSslCert
◆ SceSslCertName
◆ SceSslErrorCode
Enumerator |
---|
SCE_SSL_ERROR_BEFORE_INIT | |
SCE_SSL_ERROR_ALREADY_INITED | |
SCE_SSL_ERROR_OUT_OF_MEMORY | |
SCE_SSL_ERROR_NOT_FOUND | |
SCE_SSL_ERROR_INTERNAL | |
SCE_SSL_ERROR_INVALID_FORMAT | |
SCE_SSL_ERROR_INVALID_VALUE | |
◆ VITASDK_BUILD_ASSERT_EQ()
◆ sceSslInit()
int sceSslInit |
( |
unsigned |
poolSize | ) |
|
◆ sceSslTerm()
◆ sceSslGetMemoryPoolStats()
◆ sceSslGetSerialNumber()
int sceSslGetSerialNumber |
( |
SceSslCert * |
sslCert, |
|
|
const char ** |
sboData, |
|
|
unsigned * |
sboLen |
|
) |
| |
◆ sceSslGetNotBefore()
◆ sceSslGetNotAfter()
◆ sceSslGetNameEntryCount()
◆ sceSslGetNameEntryInfo()
int sceSslGetNameEntryInfo |
( |
SceSslCertName * |
certName, |
|
|
int |
entryNum, |
|
|
char * |
oidname, |
|
|
unsigned |
maxOidnameLen, |
|
|
char * |
value, |
|
|
unsigned |
maxValueLen, |
|
|
unsigned * |
valueLen |
|
) |
| |
◆ sceSslGetSubjectName()
◆ sceSslGetIssuerName()
◆ sceSslFreeSslCertName()