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