EVP_EncodeUpdate
if (!EVP_EncodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len,
if (!EVP_EncodeUpdate(ctx, buf, &outl, &(data[j]), n)) {
&& !EVP_EncodeUpdate(ctx, (unsigned char *)dst, &outl, pad,
if (!EVP_EncodeUpdate(ctx, (unsigned char *)dst + outl, &outl2, src,
int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
if (!TEST_true(EVP_EncodeUpdate(encode_ctx, encode_out, &chunk_len,