Test whether a decoder implements the algorithm identified by name.
Declared in <openssl/decoder.h>
int
OSSL_DECODER_is_a(
OSSL_DECODER const* encoder,
char const* name);
1 if encoder is identifiable as name, otherwise 0.
| Name | Description |
|---|---|
| encoder | Decoder to query. |
| name | Algorithm name or synonym to match. |