[#EVP_RAND_is_a] = EVP_RAND_is_a :mrdocs: Test whether a RAND implementation is known under the given name. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_RAND_is_a( xref:EVP_RAND.adoc[EVP_RAND] const* rand, char const* name); ---- == Return Value 1 if `name` is an alias for `rand,` or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *rand* | RAND method to query. | *name* | Algorithm name to match (for example "CTR‐DRBG"). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#