[#RSA_FLAG_FIPS_METHOD] = RSA_FLAG_FIPS_METHOD :mrdocs: RSA_METHOD flag marking the method as FIPS‐validated and usable in FIPS mode. == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define RSA_FLAG_FIPS_METHOD ---- == Description Set on the validated module method. An application that sets this flag on its own methods must ensure the result remains FIPS‐compliant. [.small]#Created with https://www.mrdocs.com[MrDocs]#