Return how many encoder implementations are currently attached to ctx.

Synopsis

Declared in <openssl/encoder.h>

int
OSSL_ENCODER_CTX_get_num_encoders(OSSL_ENCODER_CTX* ctx);

Return Value

Number of attached encoders, or 0 if ctx is NULL.

Parameters

Name

Description

ctx

Encoder context to query, or NULL.

Created with MrDocs