Searched defs:b64_struct (Results 1 – 1 of 1) sorted by relevance
83 typedef struct b64_struct { struct85 int buf_len;86 int buf_off;87 int tmp_len; /* used to find the start when decoding */88 int tmp_nl; /* If true, scan until '\n' */89 int encode;90 int start; /* have we started decoding yet? */91 int cont; /* <= 0 when finished */92 EVP_ENCODE_CTX base64;93 char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];[all …]