Return the OSSL_PARAM descriptors gettable from a live RAND context.
Synopsis
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_RAND_CTX_gettable_params(EVP_RAND_CTX* ctx);
Return Value
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL.
Parameters
Name |
Description |
ctx |
RAND context to query. |
Created with MrDocs