Return the provider encoder context for an encoder instance.
Declared in <openssl/encoder.h>
void*
OSSL_ENCODER_INSTANCE_get_encoder_ctx(OSSL_ENCODER_INSTANCE* encoder_inst);
Provider-side encoder context pointer, or NULL if unset.
| Name | Description |
|---|---|
| encoder_inst | Encoder instance from a construct callback. |