Return the OSSL_PARAM descriptors that can be retrieved from an EVP_RAND algorithm.

Synopsis

Declared in <openssl/evp.h>

OSSL_PARAM const*
EVP_RAND_gettable_params(EVP_RAND const* rand);

Return Value

Array of gettable parameter descriptors terminated by OSSL_PARAM_construct_end(), or NULL.

Parameters

Name

Description

rand

RAND algorithm object.

Created with MrDocs