EVP_DecodeUpdate
k = EVP_DecodeUpdate(ctx->base64, ctx->buf, &num, p, q - p);
i = EVP_DecodeUpdate(ctx->base64, ctx->buf, &ctx->buf_len,
if (EVP_DecodeUpdate(ctx, (unsigned char *)buf_mem->data, &len,
&& EVP_DecodeUpdate(ctx, a, &outl, pad, padsize) < 0) {
if (EVP_DecodeUpdate(ctx, a, &outl2, (const unsigned char *)src, size) < 0) {
int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
if (EVP_DecodeUpdate(decode_ctx, decode_out + output_len, &chunk_len,