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

Public Attributes

int buf_len
 
int buf_off
 
int tmp_len
 
int tmp_nl
 
int encode
 
int start
 
int cont
 
EVP_ENCODE_CTX base64
 
char buf [EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10]
 
char tmp [B64_BLOCK_SIZE]
 

Detailed Description

Definition at line 79 of file bio_b64.c.

Member Data Documentation

EVP_ENCODE_CTX b64_struct::base64

Definition at line 89 of file bio_b64.c.

char b64_struct::buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10]

Definition at line 90 of file bio_b64.c.

int b64_struct::buf_len

Definition at line 82 of file bio_b64.c.

int b64_struct::buf_off

Definition at line 83 of file bio_b64.c.

int b64_struct::cont

Definition at line 88 of file bio_b64.c.

int b64_struct::encode

Definition at line 86 of file bio_b64.c.

int b64_struct::start

Definition at line 87 of file bio_b64.c.

char b64_struct::tmp[B64_BLOCK_SIZE]

Definition at line 91 of file bio_b64.c.

int b64_struct::tmp_len

Definition at line 84 of file bio_b64.c.

int b64_struct::tmp_nl

Definition at line 85 of file bio_b64.c.


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