EVP_DecodeInit

Initialize a context for incremental Base64 decoding.

Synopsis

Declared in <openssl/evp.h>

void
EVP_DecodeInit(EVP_ENCODE_CTX* ctx);

Parameters

NameDescription
ctxEncode/decode context previously allocated with EVP_ENCODE_CTX_new().