Skip to main content

wolfSSL_use_PrivateKey_id

Function wolfSSL_use_PrivateKey_id 

Source
pub unsafe extern "C" fn wolfSSL_use_PrivateKey_id(
    ssl: *mut WOLFSSL,
    id: *const c_uchar,
    sz: c_long,
    devId: c_int,
    keySz: c_long,
) -> c_int