Skip to main content

EC_wpa3_sae_hash_to_curve_p256

Function EC_wpa3_sae_hash_to_curve_p256 

Source
pub unsafe extern "C" fn EC_wpa3_sae_hash_to_curve_p256(
    group: *const EC_GROUP,
    out: *mut EC_POINT,
    salt: *const u8,
    salt_len: usize,
    ikm: *const u8,
    ikm_len: usize,
) -> c_int