aws_lc_sys

Function DH_compute_key_padded

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