Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1581 hipDeviceptr_t hip_d_extra0_buf; member
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c12185 …if (hc_hipMemAlloc (hashcat_ctx, &device_param->hip_d_extra0_buf, size_extra_buffer / 4) == … in backend_session_begin()
12438 device_param->kernel_params[20] = &device_param->hip_d_extra0_buf; in backend_session_begin()
15358 …if (device_param->hip_d_extra0_buf) hc_hipMemFree (hashcat_ctx, device_param->hip_d_extra0_buf in backend_session_destroy()
15408 device_param->hip_d_extra0_buf = 0; in backend_session_destroy()