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

Name

Description

md

RAND algorithm implementation to query.

Created with MrDocs