EVP_RAND_get0_description

Return a human-readable description of a random-number algorithm.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_RAND_get0_description(EVP_RAND const* md);

Return Value

Internal description string (do not free), or NULL if none is available.

Parameters

NameDescription
mdRAND algorithm implementation to query.