Attach opaque application data passed to the construct and cleanup callbacks.
Declared in <openssl/decoder.h>
int
OSSL_DECODER_CTX_set_construct_data(
OSSL_DECODER_CTX* ctx,
void* construct_data);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| ctx | Decoder context to configure. |
| construct_data | Pointer passed as construct_data to OSSL_DECODER_CONSTRUCT / CLEANUP. |