Return the primary algorithm name used to fetch a decoder.
Declared in <openssl/decoder.h>
char const*
OSSL_DECODER_get0_name(OSSL_DECODER const* decoder);
Algorithm name owned by decoder (do not free), or NULL if unavailable.
| Name | Description |
|---|---|
| decoder | Decoder to query. |