Home
last modified time | relevance | path

Searched defs:evp_Encode_Ctx_st (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_locl.h174 struct evp_Encode_Ctx_st { struct
176 int num; /* number saved in a partial encode/decode */
177 int length; /* The length is either the output line length
182 unsigned char enc_data[80]; /* data to encode */
183 int line_num; /* number read on current line */
184 int expect_nl;