Searched defs:evp_encode_ctx_st (Results 1 – 1 of 1) sorted by relevance
162 struct evp_encode_ctx_st { struct163 unsigned num; /* number saved in a partial encode/decode */164 unsigned length; /* The length is either the output line length169 uint8_t enc_data[80]; /* data to encode */170 unsigned line_num; /* number read on current line */171 int expect_nl;