Return the input-structure name configured for a decoder instance.
Declared in <openssl/decoder.h>
char const*
OSSL_DECODER_INSTANCE_get_input_structure(
OSSL_DECODER_INSTANCE* decoder_inst,
int* was_set);
Input-structure name string, or NULL if unset.
| 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. |