[#EVP_RAND_get0_name] = EVP_RAND_get0_name :mrdocs: Return the primary algorithm name of a fetched EVP_RAND. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* EVP_RAND_get0_name(xref:EVP_RAND.adoc[EVP_RAND] const* rand); ---- == Return Value NUL‐terminated name, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *rand* | RAND algorithm object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#