aws_lc_sys

Function EC_POINT_set_affine_coordinates

Source
pub unsafe extern "C" fn EC_POINT_set_affine_coordinates(
    group: *const EC_GROUP,
    point: *mut EC_POINT,
    x: *const BIGNUM,
    y: *const BIGNUM,
    ctx: *mut BN_CTX,
) -> c_int