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