[#EVP_RAND_CTX_get0_rand] = EVP_RAND_CTX_get0_rand :mrdocs: Return the EVP_RAND algorithm associated with RAND context `ctx.` == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_RAND.adoc[EVP_RAND]* EVP_RAND_CTX_get0_rand(xref:EVP_RAND_CTX.adoc[EVP_RAND_CTX]* ctx); ---- == Return Value Borrowed EVP_RAND pointer (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | RAND context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#