Return the OSSL_PARAM descriptors that can be retrieved from an EVP_RAND algorithm.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_RAND_gettable_params(EVP_RAND const* rand);
Array of gettable parameter descriptors terminated by OSSL_PARAM_construct_end(), or NULL.
| Name | Description |
|---|---|
| rand | RAND algorithm object. |