Function wolfssl_sys::wc_EccPrivateKeyDecode

source ·
pub unsafe extern "C" fn wc_EccPrivateKeyDecode(
    input: *const byte,
    inOutIdx: *mut word32,
    key: *mut ecc_key,
    inSz: word32
) -> c_int