Searched refs:mask_gws (Results 1 – 2 of 2) sorted by relevance
/dports/security/john/john-1.9.0-jumbo-1/src/ |
H A D | opencl_rawsha256_fmt_plug.c | 166 size_t mask_cand = 1, mask_gws = 1; in create_clobj() local 170 mask_gws = gws; in create_clobj() 216 sizeof(uint32_t) * mask_gws, NULL, &ret_code); in create_clobj() 222 sizeof(uint32_t) * mask_gws, 0, NULL, NULL, &ret_code); in create_clobj() 227 sizeof(uint32_t) * mask_gws, NULL, &ret_code); in create_clobj() 262 memset(saved_int_key_loc, 0x80, sizeof(uint32_t) * mask_gws); in create_clobj()
|
H A D | opencl_rawsha512_gpl_fmt_plug.c | 192 size_t mask_cand = 1, mask_gws = 1; in create_clobj() local 196 mask_gws = gws; in create_clobj() 246 sizeof(uint32_t) * mask_gws, NULL, &ret_code); in create_clobj() 252 sizeof(uint32_t) * mask_gws, 0, NULL, NULL, &ret_code); in create_clobj() 257 sizeof(uint32_t) * mask_gws, NULL, &ret_code); in create_clobj() 294 memset(saved_int_key_loc, 0x80, sizeof(uint32_t) * mask_gws); in create_clobj()
|