Return descriptors for parameters that can be retrieved from an encoder.
Synopsis
Declared in <openssl/encoder.h>
OSSL_PARAM const*
OSSL_ENCODER_gettable_params(OSSL_ENCODER* encoder);
Return Value
OSSL_PARAM array of gettable parameter descriptors terminated by OSSL_PARAM_END, or NULL.
Parameters
Name |
Description |
encoder |
Encoder to query. |
Created with MrDocs