Skip to main content

wc_RsaPublicKeyDecode_ex

Function wc_RsaPublicKeyDecode_ex 

Source
pub unsafe extern "C" fn wc_RsaPublicKeyDecode_ex(
    input: *const byte,
    inOutIdx: *mut word32,
    inSz: word32,
    n: *mut *const byte,
    nSz: *mut word32,
    e: *mut *const byte,
    eSz: *mut word32,
) -> c_int