EVP_RAND_gettable_ctx_params

Return the OSSL_PARAM descriptors for parameters gettable on a RAND context.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_RAND_gettable_ctx_params(EVP_RAND const* rand);

Return Value

Constant OSSL_PARAM array for use with EVP_RAND_CTX_get_params(), or NULL if none.

Parameters

NameDescription
randRAND method whose gettable context parameters are listed.