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