Create an empty decoder context for chaining and running decoders.
Synopsis
Declared in <openssl/decoder.h>
OSSL_DECODER_CTX*
OSSL_DECODER_CTX_new();
Return Value
New OSSL_DECODER_CTX, or NULL on allocation failure; free with OSSL_DECODER_CTX_free().
Created with MrDocs