OSSL_DECODER_INSTANCE_get_input_structure

Return the input-structure name configured for a decoder instance.

Synopsis

Declared in <openssl/decoder.h>

char const*
OSSL_DECODER_INSTANCE_get_input_structure(
    OSSL_DECODER_INSTANCE* decoder_inst,
    int* was_set);

Return Value

Input-structure name string, or NULL if unset.

Parameters

NameDescription
decoder_instActive decoder instance from a decode run.
was_setOptional output set to 1 if an input structure was explicitly configured.