Function sgx_types::sgx_ecc256_compute_shared_dhkey[][src]

pub unsafe extern "C" fn sgx_ecc256_compute_shared_dhkey(
    p_private_b: *mut sgx_ec256_private_t,
    p_public_ga: *mut sgx_ec256_public_t,
    p_shared_key: *mut sgx_ec256_dh_shared_t,
    ecc_handle: sgx_ecc_state_handle_t
) -> sgx_status_t