matrixClearSession ( ssl_t* ssl, int32 remove )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixRegisterSession ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixResumeSession ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslAddRehandshakeCredits ( ssl_t* ssl, int32 credits )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
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->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslDeleteSession ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslEncode ( ssl_t* ssl, unsigned char* buf, uint32 size, unsigned char* ptBuf, uint32* len )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslEncodeClientHello ( ssl_t* ssl, sslBuf_t* out, uint32 cipherSpec, uint32* requiredLen, tlsExtension_t* userExt )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslEncodeClosureAlert ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslEncodeHelloRequest ( ssl_t* ssl, sslBuf_t* out, uint32* reqLen )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslEncodeRehandshake ( ssl_t* ssl, struct sslKeys_t* keys, int32(*certCb)(ssl_t*, psX509Cert_t*, int32), uint32 sessionOption, uint32 cipherSpec )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslEncodeToOutdata ( ssl_t* ssl, unsigned char* buf, uint32 len )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslEncodeWritebuf ( ssl_t* ssl, uint32 len )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslGetAnonStatus ( ssl_t* ssl, int32* anonArg )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslGetEncodedSize ( ssl_t* ssl, uint32 len )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslGetOutdata ( ssl_t* ssl, unsigned char** buf )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslGetReadbuf ( ssl_t* ssl, unsigned char** buf )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslGetSessionId ( ssl_t* ssl, struct sslSessionId_t* sessionId )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslGetWritebuf ( ssl_t* ssl, unsigned char** buf, uint32 reqLen )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslHandshakeIsComplete ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslNewClientSession ( ssl_t** ssl, struct sslKeys_t* keys, struct 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 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslNewServerSession ( ssl_t** ssl, struct sslKeys_t* keys, int32(*certCb)(ssl_t*, psX509Cert_t*, int32) )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslNewSession ( ssl_t** ssl, struct sslKeys_t* keys, struct sslSessionId_t* session, int32 flags )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslProcessedData ( ssl_t* ssl, unsigned char** ptbuf, uint32* ptlen )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslReceivedData ( ssl_t* ssl, uint32 bytes, unsigned char** ptbuf, uint32* ptlen )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslSentData ( ssl_t* ssl, uint32 bytes )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslSetCertValidator ( ssl_t* ssl, int32(*certValidator)(void*, psX509Cert_t*, int32) )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslSetCipherSuiteEnabledStatus ( ssl_t* ssl, uint16 cipherId, uint32 status )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixSslSetSessionOption ( ssl_t* ssl, int32 option, void* arg )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixUpdateSession ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
matrixUserCertValidator ( ssl_t* ssl, int32 alert, psX509Cert_t* subjectCert, sslCertCb_t certCb )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
psAesDecrypt ( union psCipherContext_t* ctx, unsigned char* ct, unsigned char* pt, uint32 len )1st parameter 'ctx' (pointer) has base type 'union psCipherContext_t'.
psAesEncrypt ( union psCipherContext_t* ctx, unsigned char* pt, unsigned char* ct, uint32 len )1st parameter 'ctx' (pointer) has base type 'union psCipherContext_t'.
psAesInit ( union psCipherContext_t* ctx, unsigned char* IV, unsigned char* key, uint32 keylen )1st parameter 'ctx' (pointer) has base type 'union psCipherContext_t'.
psDes3Decrypt ( union psCipherContext_t* ctx, unsigned char* ct, unsigned char* pt, uint32 len )1st parameter 'ctx' (pointer) has base type 'union psCipherContext_t'.
psDes3Encrypt ( union psCipherContext_t* ctx, unsigned char* pt, unsigned char* ct, uint32 len )1st parameter 'ctx' (pointer) has base type 'union psCipherContext_t'.
psDes3Init ( union psCipherContext_t* ctx, unsigned char* IV, unsigned char* key, uint32 keylen )1st parameter 'ctx' (pointer) has base type 'union psCipherContext_t'.
psWriteHandshakeHeader ( ssl_t* ssl, unsigned char type, int32 len, int32 seq, int32 fragOffset, int32 fragLen, unsigned char* c )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
psWriteRecordInfo ( ssl_t* ssl, unsigned char type, int32 len, unsigned char* c )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslActivateReadCipher ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslActivateWriteCipher ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslCreateKeys ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslEncodeClosureAlert ( ssl_t* ssl, sslBuf_t* out, uint32* reqLen )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslEncodeResponse ( ssl_t* ssl, struct psBuf_t* out, uint32* requiredLen )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslGetCipherSpec ( ssl_t* ssl, uint32 cid )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslGetCipherSpecList ( ssl_t* ssl, unsigned char* c, int32 len, int32 addScsv )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslGetCipherSpecListLen ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslInitHSHash ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslResetContext ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslSnapshotHSHash ( ssl_t* ssl, unsigned char* out, int32 senderFlag )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
sslUpdateHSHash ( ssl_t* ssl, unsigned char* in, uint32 len )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
tlsDeriveKeys ( ssl_t* ssl )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
tlsGenerateFinishedHash ( ssl_t* ssl, union psDigestContext_t* md5, union psDigestContext_t* sha1, union psDigestContext_t* sha256, unsigned char* masterSecret, unsigned char* out, int32 sender )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.
tlsHMACSha1 ( ssl_t* ssl, int32 mode, unsigned char type, unsigned char* data, uint32 len, unsigned char* mac )Field 'ssl->sec->decryptCtx' in 1st parameter 'ssl' (pointer) has type 'union psCipherContext_t'.