Allocate an empty PKCS#5 PBKDF2 parameter structure.

Synopsis

Declared in <openssl/x509.h>

PBKDF2PARAM*
PBKDF2PARAM_new();

Return Value

New PBKDF2PARAM, or NULL on allocation failure.

Created with MrDocs