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