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.h162 struct evp_encode_ctx_st { struct
163 unsigned num; /* number saved in a partial encode/decode */
164 unsigned length; /* The length is either the output line length
169 uint8_t enc_data[80]; /* data to encode */
170 unsigned line_num; /* number read on current line */
171 int expect_nl;