Searched defs:b64_struct (Results 1 – 1 of 1) sorted by relevance
30 typedef struct b64_struct { struct34 int buf_len;35 int buf_off;36 int tmp_len; /* used to find the start when decoding */37 int tmp_nl; /* If true, scan until '\n' */38 int encode;39 int start; /* have we started decoding yet? */40 int cont; /* <= 0 when finished */41 EVP_ENCODE_CTX *base64;42 unsigned char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];[all …]