Function mbedtls_sys::pkcs12_pbe

source ·
pub unsafe extern "C" fn pkcs12_pbe(
    pbe_params: *mut asn1_buf,
    mode: c_int,
    cipher_type: cipher_type_t,
    md_type: md_type_t,
    pwd: *const c_uchar,
    pwdlen: usize,
    data: *const c_uchar,
    len: usize,
    output: *mut c_uchar
) -> c_int