[#PBE2PARAM_st] = PBE2PARAM_st :mrdocs: PKCS#5 PBES2 parameters: key‐derivation function and encryption scheme. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PBE2PARAM_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:PBE2PARAM_st/encryption.adoc[`encryption`] | Encryption scheme AlgorithmIdentifier applied after key derivation. | xref:PBE2PARAM_st/keyfunc.adoc[`keyfunc`] | Key derivation function AlgorithmIdentifier (for example PBKDF2). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#