PBEPARAM_st

PKCS#5 PBES1 password-based encryption parameters (salt and iteration count).

Synopsis

Declared in <openssl/x509.h>

struct PBEPARAM_st;

Data Members

NameDescription
iter Iteration count for the password-based key derivation.
salt Salt value mixed into the password-based key derivation.