Return how many encoder implementations are currently attached to ctx.
Declared in <openssl/encoder.h>
int
OSSL_ENCODER_CTX_get_num_encoders(OSSL_ENCODER_CTX* ctx);
Number of attached encoders, or 0 if ctx is NULL.
| Name | Description |
|---|---|
| ctx | Encoder context to query, or NULL. |