OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
bio_ber_struct Struct Reference

Public Attributes

int tag
 
int class
 
long length
 
int inf
 
long num_left
 
int depth
 
int finished
 
char * w_addr
 
int w_offset
 
int w_left
 
int buf_len
 
int buf_off
 
unsigned char buf [BER_BUF_SIZE]
 

Detailed Description

Definition at line 86 of file bio_ber.c.

Member Data Documentation

unsigned char bio_ber_struct::buf[BER_BUF_SIZE]

Definition at line 106 of file bio_ber.c.

int bio_ber_struct::buf_len

Definition at line 104 of file bio_ber.c.

int bio_ber_struct::buf_off

Definition at line 105 of file bio_ber.c.

int bio_ber_struct::class

Definition at line 89 of file bio_ber.c.

int bio_ber_struct::depth

Definition at line 96 of file bio_ber.c.

int bio_ber_struct::finished

Definition at line 97 of file bio_ber.c.

int bio_ber_struct::inf

Definition at line 91 of file bio_ber.c.

long bio_ber_struct::length

Definition at line 90 of file bio_ber.c.

long bio_ber_struct::num_left

Definition at line 95 of file bio_ber.c.

int bio_ber_struct::tag

Definition at line 88 of file bio_ber.c.

char* bio_ber_struct::w_addr

Definition at line 100 of file bio_ber.c.

int bio_ber_struct::w_left

Definition at line 102 of file bio_ber.c.

int bio_ber_struct::w_offset

Definition at line 101 of file bio_ber.c.


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