Return the flag bits from the RSA_METHOD currently bound to r (deprecated).
Synopsis
Declared in <openssl/rsa.h>
[[deprecated]]
int
RSA_flags(RSA const* r);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Method flags (see RSA_FLAG_*), or 0 if r is NULL.
Parameters
Name |
Description |
r |
RSA key whose method flags are queried. |
Created with MrDocs