pub type CSSM_PKCS5_PBKDF1_PARAMS = cssm_pkcs5_pbkdf1_params;👎Deprecated
Available on crate features
SecAsn1Types and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_PKCS5_PBKDF1_PARAMS {
pub Passphrase: cssm_data,
pub InitVector: cssm_data,
}Fields§
§Passphrase: cssm_data👎Deprecated
§InitVector: cssm_data👎Deprecated