SSLRecord Struct Reference

#include <ssl.h>


Data Fields

int nRecordLength
int fIsEscape
int nPadding
unsigned char * mac
unsigned char * data
unsigned char macBuf [SSL_MACSIZE]
unsigned char input [3+SSL_MAXRECSIZE]
unsigned char output [3+SSL_MAXRECSIZE]


Detailed Description

SSLRecord

The data to be encrypted/decrypted.


Field Documentation

int SSLRecord::nRecordLength

int SSLRecord::fIsEscape

int SSLRecord::nPadding

unsigned char* SSLRecord::mac

unsigned char* SSLRecord::data

unsigned char SSLRecord::macBuf[SSL_MACSIZE]

unsigned char SSLRecord::input[3+SSL_MAXRECSIZE]

unsigned char SSLRecord::output[3+SSL_MAXRECSIZE]


The documentation for this struct was generated from the following file:
Generated on Tue Sep 4 19:58:58 2007 by  doxygen 1.5.1