Searched refs:sequential_id (Results 1 – 11 of 11) sorted by relevance
/dports/security/john/john-1.9.0-jumbo-1/src/ |
H A D | opencl_common.c | 224 if (sequential_id < pos) in get_platform_id() 583 get_pci_info(sequential_id, &ocl_device_list[sequential_id].pci_info); in start_opencl_device() 596 temp_dev_id[sequential_id] == temp_dev_id[sequential_id - 1]) { in start_opencl_device() 603 temp_dev_id[sequential_id] = sequential_id; in start_opencl_device() 639 queue[sequential_id] = clCreateCommandQueue(context[sequential_id], in start_opencl_device() 645 sequential_id, get_platform_id(sequential_id), in start_opencl_device() 2181 device_info[sequential_id] += get_vendor_id(sequential_id); in load_device_info() 2182 device_info[sequential_id] += get_processor_family(sequential_id); in load_device_info() 2183 device_info[sequential_id] += get_byte_addressable(sequential_id); in load_device_info() 2434 return sequential_id; in opencl_prepare_dev() [all …]
|
H A D | opencl_common.h | 188 int opencl_prepare_dev(int sequential_id); 210 cl_device_type get_device_type(int sequential_id); 213 size_t get_device_max_lws(int sequential_id); 216 cl_uint get_max_compute_units(int sequential_id); 217 cl_uint get_processors_count(int sequential_id); 218 cl_uint get_processor_family(int sequential_id); 219 char* get_device_name_(int sequential_id); 222 int get_vendor_id(int sequential_id); 223 int get_platform_id(int sequential_id); 227 int get_device_version(int sequential_id); [all …]
|
H A D | opencl_autotune.c | 90 int sequential_id, cl_kernel crypt_kernel) in autotune_find_best_lws() argument 93 opencl_find_best_lws(group_size_limit, sequential_id, crypt_kernel); in autotune_find_best_lws() 100 void autotune_find_best_gws(int sequential_id, unsigned int rounds, int step, in autotune_find_best_gws() argument 111 opencl_find_best_gws(step, max_duration, sequential_id, rounds, have_lws); in autotune_find_best_gws()
|
H A D | opencl_autotune.h | 54 void autotune_find_best_gws(int sequential_id, unsigned int rounds, int step, 62 int sequential_id, cl_kernel crypt_kernel); 71 static void find_best_lws(struct fmt_main *self, int sequential_id) in find_best_lws() argument 75 get_task_max_work_group_size(), sequential_id, crypt_kernel in find_best_lws() 83 static void find_best_gws(struct fmt_main *self, int sequential_id, in find_best_gws() argument 87 autotune_find_best_gws(sequential_id, rounds, STEP, max_duration, have_lws); in find_best_gws()
|
H A D | opencl_mscash_fmt_plug.c | 603 salt->sequential_id = seq_ids++; in prepare_table() 617 hash_tables[salt->sequential_id] = hash_table_128; in prepare_table() 619 …buffer_offset_tables[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_… in prepare_table() 622 …buffer_hash_tables[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_ME… in prepare_table() 640 …buffer_bitmaps[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_MEM_CO… in prepare_table() 643 …buffer_salts[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_MEM_COPY… in prepare_table() 671 current_salt = salt->sequential_id; in crypt_all()
|
H A D | opencl_krb5pa-md5_fmt_plug.c | 782 salt->sequential_id = seq_ids++; in prepare_table() 796 hash_tables[salt->sequential_id] = hash_table_128; in prepare_table() 798 …buffer_offset_tables[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_… in prepare_table() 801 …buffer_hash_tables[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_ME… in prepare_table() 819 …buffer_bitmaps[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_MEM_CO… in prepare_table() 822 …buffer_salts[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_MEM_COPY… in prepare_table() 850 current_salt = salt->sequential_id; in crypt_all()
|
H A D | opencl_ntlmv2_fmt_plug.c | 823 salt->sequential_id = seq_ids++; in prepare_table() 837 hash_tables[salt->sequential_id] = hash_table_128; in prepare_table() 839 …buffer_offset_tables[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_… in prepare_table() 842 …buffer_hash_tables[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_ME… in prepare_table() 860 …buffer_bitmaps[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_MEM_CO… in prepare_table() 863 …buffer_salts[salt->sequential_id] = clCreateBuffer(context[gpu_id], CL_MEM_READ_ONLY | CL_MEM_COPY… in prepare_table() 891 current_salt = salt->sequential_id; in crypt_all()
|
H A D | loader.h | 147 int sequential_id; member
|
H A D | loader.c | 1337 current->sequential_id = ctr++; in ldr_init_sqid()
|
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/pkt_comm/ |
H A D | cmp_config.c | 66 cmp_config.id = salt->sequential_id; in cmp_config_nocompar_new() 121 cmp_config.id = salt->sequential_id; in cmp_config_new()
|
/dports/security/john/john-1.9.0-jumbo-1/doc/ |
H A D | CHANGES-jumbo | 7419 loader.c: fix sequential_id calculation. 7420 loader.c: additional checking for sequential_id calculation. 9750 OpenCL bugfix (common code): sequential_id was used where platform_id 13190 sequential_id an int.
|