matrixClearSession ( ssl_t* ssl, int32 remove )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixRegisterSession ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixResumeSession ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslDecode ( ssl_t* ssl, unsigned char** buf, uint32* len, uint32 size, uint32* remaining, uint32* requiredLen, int32* error, unsigned char* alertLevel, unsigned char* alertDescription )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslDeleteKeys ( sslKeys_t* keys )Field 'keys−>CAcerts' in 1st parameter 'keys' (pointer) has base type 'psCert'.
matrixSslDeleteSession ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslEncode ( ssl_t* ssl, unsigned char* buf, uint32 size, unsigned char* ptBuf, uint32* len )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslEncodeClientHello ( ssl_t* ssl, sslBuf_t* out, uint32 cipherSpec, uint32* requiredLen, tlsExtension_t* userExt )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslEncodeClosureAlert ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslEncodeHelloRequest ( ssl_t* ssl, sslBuf_t* out, uint32* reqLen )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslEncodeRehandshake ( ssl_t* ssl, sslKeys_t* keys, int32(*certCb)(ssl_t*, psX509Cert_t*, int32), uint32 sessionOption, uint32 cipherSpec )Field 'keys−>CAcerts' in 2nd parameter 'keys' (pointer) has base type 'psCert'.
matrixSslEncodeWritebuf ( ssl_t* ssl, uint32 len )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslGetAnonStatus ( ssl_t* ssl, int32* anonArg )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslGetEncodedSize ( ssl_t* ssl, uint32 len )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslGetOutdata ( ssl_t* ssl, unsigned char** buf )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslGetReadbuf ( ssl_t* ssl, unsigned char** buf )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslGetSessionId ( ssl_t* ssl, sslSessionId_t* sessionId )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslGetWritebuf ( ssl_t* ssl, unsigned char** buf, uint32 reqLen )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslHandshakeIsComplete ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslLoadRsaKeysMem ( sslKeys_t* keys, unsigned char* certBuf, int32 certLen, unsigned char* privBuf, int32 privLen, unsigned char* trustedCABuf, int32 trustedCALen )Field 'keys−>CAcerts' in 1st parameter 'keys' (pointer) has base type 'psCert'.
matrixSslNewClientSession ( ssl_t** ssl, sslKeys_t* keys, sslSessionId_t* sid, uint32 cipherSpec, int32(*certCb)(ssl_t*, psX509Cert_t*, int32), tlsExtension_t* extensions, int32(*extCb)(ssl_t*, unsigned short, unsigned short, void*) )Field 'keys−>CAcerts' in 2nd parameter 'keys' (pointer) has base type 'psCert'.
matrixSslNewKeys ( sslKeys_t** keys )Field 'keys−>CAcerts' in 1st parameter 'keys' (pointer) has base type 'psCert'.
matrixSslNewServerSession ( ssl_t** ssl, sslKeys_t* keys, int32(*certCb)(ssl_t*, psX509Cert_t*, int32) )Field 'keys−>CAcerts' in 2nd parameter 'keys' (pointer) has base type 'psCert'.
matrixSslNewSession ( ssl_t** ssl, sslKeys_t* keys, sslSessionId_t* session, int32 flags )Field 'keys−>CAcerts' in 2nd parameter 'keys' (pointer) has base type 'psCert'.
matrixSslProcessedData ( ssl_t* ssl, unsigned char** ptbuf, uint32* ptlen )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslReceivedData ( ssl_t* ssl, uint32 bytes, unsigned char** ptbuf, uint32* ptlen )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslSentData ( ssl_t* ssl, uint32 bytes )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslSetCertValidator ( ssl_t* ssl, int32(*certValidator)(void*, psX509Cert_t*, int32) )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslSetCipherSuiteEnabledStatus ( ssl_t* ssl, uint16 cipherId, uint32 status )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixSslSetSessionOption ( ssl_t* ssl, int32 option, void* arg )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixUpdateSession ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
matrixUserCertValidator ( ssl_t* ssl, int32 alert, psX509Cert_t* subjectCert, sslCertCb_t certCb )3rd parameter 'subjectCert' (pointer) has base type 'psCert'.
matrixValidateCerts ( psPool_t* pool, psX509Cert_t* subjectCerts, psX509Cert_t* issuerCerts )2nd parameter 'subjectCerts' (pointer) has base type 'psCert'.
psWriteHandshakeHeader ( ssl_t* ssl, unsigned char type, int32 len, int32 seq, int32 fragOffset, int32 fragLen, unsigned char* c )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
psWriteRecordInfo ( ssl_t* ssl, unsigned char type, int32 len, unsigned char* c )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
psX509AuthenticateCert ( psPool_t* pool, psX509Cert_t* subjectCert, psX509Cert_t* issuerCert )2nd parameter 'subjectCert' (pointer) has base type 'psCert'.
psX509FreeCert ( psX509Cert_t* cert )1st parameter 'cert' (pointer) has base type 'psCert'.
psX509ParseCert ( psPool_t* pool, unsigned char* pp, uint32 size, psX509Cert_t** outcert, int32 flags )4th parameter 'outcert' (pointer) has base type 'psCert'.
sslActivateReadCipher ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslActivateWriteCipher ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslCreateKeys ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslDeriveKeys ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslEncodeClosureAlert ( ssl_t* ssl, sslBuf_t* out, uint32* reqLen )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslEncodeResponse ( ssl_t* ssl, psBuf_t* out, uint32* requiredLen )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslGetCipherSpec ( ssl_t* ssl, uint32 cid )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslGetCipherSpecList ( ssl_t* ssl, unsigned char* c, int32 len, int32 addScsv )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslGetCipherSpecListLen ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslInitHSHash ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslResetContext ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslSnapshotHSHash ( ssl_t* ssl, unsigned char* out, int32 senderFlag )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
sslUpdateHSHash ( ssl_t* ssl, unsigned char* in, uint32 len )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
tlsDeriveKeys ( ssl_t* ssl )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.
tlsHMACSha1 ( ssl_t* ssl, int32 mode, unsigned char type, unsigned char* data, uint32 len, unsigned char* mac )Field 'ssl−>sec−>cert' in 1st parameter 'ssl' (pointer) has base type 'psCert'.