Function RSA_sign_ASN1_OCTET_STRING

Source
pub unsafe extern "C" fn RSA_sign_ASN1_OCTET_STRING(
    type_: i32,
    m: *const u8,
    m_length: u32,
    sigret: *mut u8,
    siglen: *mut u32,
    rsa: *mut rsa_st,
) -> i32