[#RSA_flags] = RSA_flags :mrdocs: Return the flag bits from the RSA_METHOD currently bound to `r` (deprecated). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int RSA_flags(xref:RSA.adoc[RSA] const* r); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Method flags (see RSA_FLAG_*), or 0 if `r` is NULL. == Parameters [cols="1,4"] |=== | Name| Description | *r* | RSA key whose method flags are queried. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#