aws_lc_sys::x86_64_unknown_linux_gnu_crypto

Function DH_set0_pqg

Source
pub unsafe extern "C" fn DH_set0_pqg(
    dh: *mut DH,
    p: *mut BIGNUM,
    q: *mut BIGNUM,
    g: *mut BIGNUM,
) -> c_int