Initialize a context for incremental Base64 decoding.
Synopsis
Declared in <openssl/evp.h>
void
EVP_DecodeInit(EVP_ENCODE_CTX* ctx);
Parameters
Name |
Description |
ctx |
Encode/decode context previously allocated with EVP_ENCODE_CTX_new(). |
Created with MrDocs