[#RSA_PSS_PARAMS_new] = RSA_PSS_PARAMS_new :mrdocs: Allocate empty RSA‐PSS algorithm parameters. == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:RSA_PSS_PARAMS.adoc[RSA_PSS_PARAMS]* RSA_PSS_PARAMS_new(); ---- == Return Value New RSA_PSS_PARAMS, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#