EVP_DecodeUpdate
k = EVP_DecodeUpdate(&(ctx->base64),
i = EVP_DecodeUpdate(&(ctx->base64),
int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
LCRYPTO_ALIAS(EVP_DecodeUpdate);
LCRYPTO_USED(EVP_DecodeUpdate);
i = EVP_DecodeUpdate(&ctx,
if (EVP_DecodeUpdate(ctx, to, &evplen, in, inlen) == -1)