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

Public Attributes

int buf_len
 
int buf_off
 
int cont
 
int finished
 
int ok
 
EVP_CIPHER_CTX cipher
 
char buf [ENC_BLOCK_SIZE+BUF_OFFSET+2]
 

Detailed Description

Definition at line 76 of file bio_enc.c.

Member Data Documentation

char enc_struct::buf[ENC_BLOCK_SIZE+BUF_OFFSET+2]

Definition at line 87 of file bio_enc.c.

int enc_struct::buf_len

Definition at line 78 of file bio_enc.c.

int enc_struct::buf_off

Definition at line 79 of file bio_enc.c.

EVP_CIPHER_CTX enc_struct::cipher

Definition at line 83 of file bio_enc.c.

int enc_struct::cont

Definition at line 80 of file bio_enc.c.

int enc_struct::finished

Definition at line 81 of file bio_enc.c.

int enc_struct::ok

Definition at line 82 of file bio_enc.c.


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