EVP_RAND_get0_name

Return the primary algorithm name of a fetched EVP_RAND.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_RAND_get0_name(EVP_RAND const* rand);

Return Value

NUL-terminated name, or NULL on error.

Parameters

NameDescription
randRAND algorithm object.