aws_lc_sys

Function EC_POINT_dbl

Source
pub unsafe extern "C" fn EC_POINT_dbl(
    group: *const EC_GROUP,
    r: *mut EC_POINT,
    a: *const EC_POINT,
    ctx: *mut BN_CTX,
) -> c_int