Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1536 hipFunction_t hip_function_init2; member
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c5409 case KERN_RUN_INIT2: hip_function = device_param->hip_function_init2; break; in run_kernel()
13622 …if (hc_hipModuleGetFunction (hashcat_ctx, &device_param->hip_function_init2, device_param->hip_mod… in backend_session_begin()
13624 …if (get_hip_kernel_wgs (hashcat_ctx, device_param->hip_function_init2, &device_param->kernel_wgs_i… in backend_session_begin()
13626 …if (get_hip_kernel_local_mem_size (hashcat_ctx, device_param->hip_function_init2, &device_param->k… in backend_session_begin()
15427 device_param->hip_function_init2 = NULL; in backend_session_destroy()