openssl_sys

Function EC_POINT_hex2point

source
pub unsafe extern "C" fn EC_POINT_hex2point(
    group: *const EC_GROUP,
    s: *const c_char,
    p: *mut EC_POINT,
    ctx: *mut BN_CTX,
) -> *mut EC_POINT