Return the OSSL_ENCODER implementation bound to an encoder instance.
Declared in <openssl/encoder.h>
OSSL_ENCODER*
OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE* encoder_inst);
Encoder method for this instance, or NULL if unset.
| Name | Description |
|---|---|
| encoder_inst | Encoder instance from a construct callback. |