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