Skip to main content

wc_DecryptPKCS8Key

Function wc_DecryptPKCS8Key 

Source
pub unsafe extern "C" fn wc_DecryptPKCS8Key(
    input: *mut byte,
    sz: word32,
    password: *const c_char,
    passwordSz: c_int,
) -> c_int