[#EVP_DecodeInit] = EVP_DecodeInit :mrdocs: Initialize a context for incremental Base64 decoding. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_DecodeInit(xref:EVP_ENCODE_CTX.adoc[EVP_ENCODE_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Encode/decode context previously allocated with EVP_ENCODE_CTX_new(). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#