Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1548 hipFunction_t hip_function_decompress; member
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c5887 hipFunction_t hip_function = device_param->hip_function_decompress; in run_kernel_decompress()
11691 …if (hc_hipModuleGetFunction (hashcat_ctx, &device_param->hip_function_decompress, device_param->hi… in backend_session_begin()
11693 …if (get_hip_kernel_wgs (hashcat_ctx, device_param->hip_function_decompress, &device_param->kernel_… in backend_session_begin()
11695 …if (get_hip_kernel_local_mem_size (hashcat_ctx, device_param->hip_function_decompress, &device_par… in backend_session_begin()
15439 device_param->hip_function_decompress = NULL; in backend_session_destroy()