cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Member Functions | Public Attributes | List of all members
SSH_INFO Struct Reference

#include <session.h>

Public Member Functions

 BUFFER_FIXED (CRYPT_MAX_IVSIZE) BYTE headerBuffer[CRYPT_MAX_IVSIZE+8]
 
 BUFFER_FIXED (KEYID_SIZE) BYTE authUserNameHash[KEYID_SIZE+8]
 

Public Attributes

int packetType
 
int padLength
 
long readSeqNo
 
long writeSeqNo
 
int currReadChannel
 
int currWriteChannel
 
int nextChannelNo
 
int channelIndex
 
SSH_RESPONSE_INFO response
 
BOOLEAN authRead
 
int partialPacketDataLength
 
int authType
 

Detailed Description

Definition at line 321 of file session.h.

Member Function Documentation

SSH_INFO::BUFFER_FIXED ( CRYPT_MAX_IVSIZE  )
SSH_INFO::BUFFER_FIXED ( KEYID_SIZE  )

Member Data Documentation

BOOLEAN SSH_INFO::authRead

Definition at line 341 of file session.h.

int SSH_INFO::authType

Definition at line 364 of file session.h.

int SSH_INFO::channelIndex

Definition at line 333 of file session.h.

int SSH_INFO::currReadChannel

Definition at line 331 of file session.h.

int SSH_INFO::currWriteChannel

Definition at line 331 of file session.h.

int SSH_INFO::nextChannelNo

Definition at line 332 of file session.h.

int SSH_INFO::packetType

Definition at line 324 of file session.h.

int SSH_INFO::padLength

Definition at line 324 of file session.h.

int SSH_INFO::partialPacketDataLength

Definition at line 353 of file session.h.

long SSH_INFO::readSeqNo

Definition at line 328 of file session.h.

SSH_RESPONSE_INFO SSH_INFO::response

Definition at line 337 of file session.h.

long SSH_INFO::writeSeqNo

Definition at line 328 of file session.h.


The documentation for this struct was generated from the following file: