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

Name

Description

decoder_inst

Active decoder instance from a decode run.

was_set

Optional output set to 1 if an input structure was explicitly configured.

Created with MrDocs