Create and attach a BN_BLINDING factor for RSA private operations (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
BN_BLINDING*
RSA_setup_blinding(
RSA* rsa,
BN_CTX* ctx);
Deprecated. Use of this entity is allowed but discouraged.
New BN_BLINDING on success, or NULL on failure.
| Name | Description |
|---|---|
| rsa | RSA key that will use the returned blinding state. |
| ctx | Optional BN_CTX for blinding setup, or NULL to allocate internally. |