Return the OSSL_PARAM descriptors for parameters settable on a RAND context.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_RAND_settable_ctx_params(EVP_RAND const* rand);
Constant OSSL_PARAM array for use with EVP_RAND_CTX_set_params(), or NULL if none.
| Name | Description |
|---|---|
| rand | RAND method whose settable context parameters are listed. |