RSA_flags

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

NameDescription
rRSA key whose method flags are queried.