RSA_blinding_off

Disable RSA blinding on rsa and free any associated blinding state (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
void
RSA_blinding_off(RSA* rsa);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
rsaRSA key whose blinding factor is cleared.