[#PBEPARAM_st] = PBEPARAM_st :mrdocs: PKCS#5 PBES1 password‐based encryption parameters (salt and iteration count). == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PBEPARAM_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:PBEPARAM_st/iter.adoc[`iter`] | Iteration count for the password‐based key derivation. | xref:PBEPARAM_st/salt.adoc[`salt`] | Salt value mixed into the password‐based key derivation. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#