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