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