Return the RSA-PSS parameters associated with an RSA key (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
RSA_PSS_PARAMS const*
RSA_get0_pss_params(RSA const* r);
Deprecated. Use of this entity is allowed but discouraged.
Internal RSA_PSS_PARAMS pointer, or NULL if none are set.
| Name | Description |
|---|---|
| r | RSA key to query. |