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
Allocate an empty PKCS#5 PBKDF2 parameter structure.
Declared in <openssl/x509.h>
PBKDF2PARAM*
PBKDF2PARAM_new();
New PBKDF2PARAM, or NULL on allocation failure.
Created with MrDocs