Allocate an empty PKCS#5 PBES2 parameter structure.

Synopsis

Declared in <openssl/x509.h>

PBE2PARAM*
PBE2PARAM_new();

Return Value

New PBE2PARAM, or NULL on allocation failure.

Created with MrDocs