PBEPARAM_new

Allocate an empty PKCS#5 PBES1 parameter structure (salt and iteration count).

Synopsis

Declared in <openssl/x509.h>

PBEPARAM*
PBEPARAM_new();

Return Value

New PBEPARAM, or NULL on allocation failure.