evp_Encode_Ctx_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
struct evp_Encode_Ctx_st {}

Members

Variables

enc_data
ubyte[80] enc_data;

data to encode

expect_nl
int expect_nl;
Undocumented in source.
length_
int length_;

The length is either the output line length (in input bytes) or the shortest input line length that is ok. Once decoding begins, the length is adjusted up each time a longer line is decoded

line_num
int line_num;

number read on current line

num
int num;

number saved in a partial encode/decode

Meta