SCRYPT_PARAMS_new

Allocate an empty PKCS#5 scrypt parameter structure.

Synopsis

Declared in <openssl/x509.h>

SCRYPT_PARAMS*
SCRYPT_PARAMS_new();

Return Value

New SCRYPT_PARAMS, or NULL on allocation failure.