[#RSA_get0_pss_params] = RSA_get0_pss_params :mrdocs: Return the RSA‐PSS parameters associated with an RSA key (deprecated). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:RSA_PSS_PARAMS.adoc[RSA_PSS_PARAMS] const* RSA_get0_pss_params(xref:RSA.adoc[RSA] const* r); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Internal RSA_PSS_PARAMS pointer, or NULL if none are set. == Parameters [cols="1,4"] |=== | Name| Description | *r* | RSA key to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#