[#EVP_RAND_get_strength] = EVP_RAND_get_strength :mrdocs: Return the current security strength in bits of a RAND context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int EVP_RAND_get_strength(xref:EVP_RAND_CTX.adoc[EVP_RAND_CTX]* ctx); ---- == Return Value Strength in bits, or 0 if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | RAND context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#