OSSL_ENCODER_INSTANCE_get_encoder

Return the OSSL_ENCODER implementation bound to an encoder instance.

Synopsis

Declared in <openssl/encoder.h>

OSSL_ENCODER*
OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE* encoder_inst);

Return Value

Encoder method for this instance, or NULL if unset.

Parameters

NameDescription
encoder_instEncoder instance from a construct callback.