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
Name |
Description |
rand |
RAND algorithm object. |
Created with MrDocs