Return the EVP_RAND algorithm associated with RAND context ctx.
Synopsis
Declared in <openssl/evp.h>
EVP_RAND*
EVP_RAND_CTX_get0_rand(EVP_RAND_CTX* ctx);
Return Value
Borrowed EVP_RAND pointer (do not free), or NULL if unset.
Parameters
Name |
Description |
ctx |
RAND context. |
Created with MrDocs