Return how many decoder implementations are currently attached to ctx.
Declared in <openssl/decoder.h>
int
OSSL_DECODER_CTX_get_num_decoders(OSSL_DECODER_CTX* ctx);
Number of attached decoders, or 0 if ctx is NULL.
| Name | Description |
|---|---|
| ctx | Decoder context to query, or NULL. |