[][src]Function sgx_types::sgx_ecc256_create_key_pair

pub unsafe extern "C" fn sgx_ecc256_create_key_pair(
    p_private: *mut sgx_ec256_private_t,
    p_public: *mut sgx_ec256_public_t,
    ecc_handle: sgx_ecc_state_handle_t
) -> sgx_status_t