Clear the given flag bits on an RSA key object (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
void
RSA_clear_flags(
    RSA* r,
    int flags);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

r

RSA key whose flags are updated.

flags

Flag bits to clear (bitwise AND with the complement of this mask).

Created with MrDocs