EVP_DecodeInit
EVP_DecodeInit(&(ctx->base64));
EVP_DecodeInit(&ctx->base64);
EVP_DecodeInit(&ctx->base64);
void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
LCRYPTO_ALIAS(EVP_DecodeInit);
LCRYPTO_USED(EVP_DecodeInit);
EVP_DecodeInit(&ctx);
EVP_DecodeInit(ctx);