7 #ifndef _PSP2_SSL_LIBSSL_H
8 #define _PSP2_SSL_LIBSSL_H
38 #define sceSslEnd() sceSslTerm()
int sceSslInit(unsigned poolSize)
SceSslCertName * sceSslGetIssuerName(SceSslCert *sslCert)
unsigned maxInuseSize
Definition: libssl.h:28
int sceSslGetNameEntryCount(SceSslCertName *certName)
int reserved
Definition: libssl.h:30
int sceSslFreeSslCertName(SceSslCertName *certName)
void SceSslCert
Definition: libssl.h:23
int sceSslGetMemoryPoolStats(SceSslMemoryPoolStats *currentStat)
int sceSslGetSerialNumber(SceSslCert *sslCert, const char **sboData, unsigned *sboLen)
unsigned currentInuseSize
Definition: libssl.h:29
int sceSslGetNotBefore(SceSslCert *sslCert, SceRtcTick *begin)
SceSslErrorCode
Definition: libssl.h:13
VITASDK_BUILD_ASSERT_EQ(0x10, SceSslMemoryPoolStats)
int sceSslGetNameEntryInfo(SceSslCertName *certName, int entryNum, char *oidname, unsigned maxOidnameLen, char *value, unsigned maxValueLen, unsigned *valueLen)
unsigned poolSize
Definition: libssl.h:27
SceSslCertName * sceSslGetSubjectName(SceSslCert *sslCert)
void SceSslCertName
Definition: libssl.h:24
int sceSslGetNotAfter(SceSslCert *sslCert, SceRtcTick *limit)
@ SCE_SSL_ERROR_INTERNAL
Definition: libssl.h:18
@ SCE_SSL_ERROR_OUT_OF_MEMORY
Definition: libssl.h:16
@ SCE_SSL_ERROR_INVALID_VALUE
Definition: libssl.h:20
@ SCE_SSL_ERROR_INVALID_FORMAT
Definition: libssl.h:19
@ SCE_SSL_ERROR_BEFORE_INIT
Definition: libssl.h:14
@ SCE_SSL_ERROR_ALREADY_INITED
Definition: libssl.h:15
@ SCE_SSL_ERROR_NOT_FOUND
Definition: libssl.h:17