Home
last modified time | relevance | path

Searched refs:hip_d_extra1_buf (Results 1 – 2 of 2) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1582 hipDeviceptr_t hip_d_extra1_buf; member
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c12186 …if (hc_hipMemAlloc (hashcat_ctx, &device_param->hip_d_extra1_buf, size_extra_buffer / 4) == … in backend_session_begin()
12439 device_param->kernel_params[21] = &device_param->hip_d_extra1_buf; in backend_session_begin()
15359 …if (device_param->hip_d_extra1_buf) hc_hipMemFree (hashcat_ctx, device_param->hip_d_extra1_buf in backend_session_destroy()
15409 device_param->hip_d_extra1_buf = 0; in backend_session_destroy()