|
int | sessionLen |
|
unsigned char | sessionData [255] |
|
unsigned short | cipherSuite |
|
gsCryptRSAKey | serverpub |
|
unsigned char | sendSeqNBO [8] |
|
unsigned char | receiveSeqNBO [8] |
|
unsigned char | clientWriteMACSecret [GS_CRYPT_SHA1_HASHSIZE] |
|
unsigned char | clientReadMACSecret [GS_CRYPT_SHA1_HASHSIZE] |
|
unsigned char | clientWriteKey [GS_SSL_MAX_SYMMETRIC_KEY_SIZE] |
|
unsigned char | clientReadKey [GS_SSL_MAX_SYMMETRIC_KEY_SIZE] |
|
unsigned char | clientWriteIV [GS_SSL_MAX_IV_SIZE] |
|
unsigned char | clientReadIV [GS_SSL_MAX_IV_SIZE] |
|
int | clientWriteMACLen |
|
int | clientReadMACLen |
|
int | clientWriteKeyLen |
|
int | clientReadKeyLen |
|
int | clientWriteIVLen |
|
int | clientReadIVLen |
|
RC4Context | sendRC4 |
|
RC4Context | recvRC4 |
|
MD5_CTX | finishHashMD5 |
|
SHA1Context | finishHashSHA1 |
|
unsigned char | serverRandom [32] |
|
unsigned char | clientRandom [32] |
|
unsigned char | premastersecret [GS_SSL_MASTERSECRET_LEN] |
|
unsigned char | mastersecret [GS_SSL_MASTERSECRET_LEN] |
|
The documentation for this struct was generated from the following file: