Searched defs:evp_encode_ctx_st (Results 1 – 1 of 1) sorted by relevance
167 struct evp_encode_ctx_st { struct168 unsigned num; /* number saved in a partial encode/decode */169 unsigned length; /* The length is either the output line length174 uint8_t enc_data[80]; /* data to encode */175 unsigned line_num; /* number read on current line */176 int expect_nl;