Function bssl_sys::DH_compute_key

source ·
pub unsafe extern "C" fn DH_compute_key(
    out: *mut u8,
    peers_key: *const BIGNUM,
    dh: *mut DH
) -> c_int