[#PBKDF2PARAM_new] = PBKDF2PARAM_new :mrdocs: Allocate an empty PKCS#5 PBKDF2 parameter structure. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PBKDF2PARAM.adoc[PBKDF2PARAM]* PBKDF2PARAM_new(); ---- == Return Value New PBKDF2PARAM, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#