Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbase64.h167 struct evp_encode_ctx_st { struct
168 unsigned num; /* number saved in a partial encode/decode */
169 unsigned length; /* The length is either the output line length
174 uint8_t enc_data[80]; /* data to encode */
175 unsigned line_num; /* number read on current line */
176 int expect_nl;