Public Attributes | |
EVP_ENCODE_CTX | base64 |
char | buf [EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10] |
int | buf_len |
int | buf_off |
int | cont |
int | encode |
int | start |
char | tmp [B64_BLOCK_SIZE] |
int | tmp_len |
int | tmp_nl |
Definition at line 78 of file base64_bio.c.
EVP_ENCODE_CTX b64_struct::base64 |
Definition at line 86 of file base64_bio.c.
char b64_struct::buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE)+10] |
Definition at line 87 of file base64_bio.c.
int b64_struct::buf_len |
Definition at line 79 of file base64_bio.c.
int b64_struct::buf_off |
Definition at line 80 of file base64_bio.c.
int b64_struct::cont |
Definition at line 85 of file base64_bio.c.
int b64_struct::encode |
Definition at line 83 of file base64_bio.c.
int b64_struct::start |
Definition at line 84 of file base64_bio.c.
char b64_struct::tmp[B64_BLOCK_SIZE] |
Definition at line 88 of file base64_bio.c.
int b64_struct::tmp_len |
Definition at line 81 of file base64_bio.c.
int b64_struct::tmp_nl |
Definition at line 82 of file base64_bio.c.