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

Name

Description

encoder_inst

Encoder instance from a construct callback.

Created with MrDocs