Return the OSSL_PARAM descriptors that may be set on an encoder context.
Synopsis
Declared in <openssl/encoder.h>
OSSL_PARAM const*
OSSL_ENCODER_settable_ctx_params(OSSL_ENCODER* encoder);
Return Value
Array of settable parameter descriptors terminated by OSSL_PARAM_END, or NULL.
Parameters
Name |
Description |
encoder |
Encoder implementation to query. |
Created with MrDocs