Home
last modified time | relevance | path

Searched defs:get_hash_4 (Results 1 – 25 of 58) sorted by relevance

123

/dports/security/john/john-1.9.0-jumbo-1/src/
H A DrawSHA512_fmt_plug.c152 static int get_hash_4 (int index) { return crypt_out[HASH_IDX] & PH_MASK_4; } in get_hash_4() function
160 static int get_hash_4(int index) { return crypt_out[index][0] & PH_MASK_4; } in get_hash_4() function
H A DXSHA512_fmt_plug.c131 static int get_hash_4 (int index) { return crypt_out[HASH_IDX] & PH_MASK_4; } in get_hash_4() function
146 static int get_hash_4(int index) { return crypt_out[index][0] & PH_MASK_4; } in get_hash_4() function
H A DrawSHA1_linkedIn_fmt_plug.c187 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[INDEX+SIMD_COEF_32] & PH_MASK_4; } in get_hash_4() function
196 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[1] & PH_MASK_4; } in get_hash_4() function
H A Dssha512_fmt_plug.c236 static int get_hash_4 (int index) { return crypt_out[(unsigned int)index/SIMD_COEF_64][index&(SIMD_… in get_hash_4() function
251 static int get_hash_4(int index) { return crypt_out[index][0] & PH_MASK_4; } in get_hash_4() function
H A DrawMD5flat_fmt_plug.c174 static int get_hash_4(int index) { return crypt_key[index/NBKEYS][HASH_OFFSET] & PH_MASK_4; } in get_hash_4() function
182 static int get_hash_4(int index) { return crypt_key[index][0] & PH_MASK_4; } in get_hash_4() function
H A DrawSHA224_fmt_plug.c193 static int get_hash_4 (int index) { return crypt_out[HASH_IDX] & PH_MASK_4; } in get_hash_4() function
201 static int get_hash_4(int index) { return crypt_out[index][3] & PH_MASK_4; } in get_hash_4() function
H A DrawSHA384_fmt_plug.c202 static int get_hash_4 (int index) { return crypt_out[HASH_IDX] & PH_MASK_4; } in get_hash_4() function
210 static int get_hash_4(int index) { return crypt_out[index][3] & PH_MASK_4; } in get_hash_4() function
H A DrawSHA1_fmt_plug.c158 static int get_hash_4(int index) { return crypt_key[index/NBKEYS][HASH_OFFSET] & PH_MASK_4; } in get_hash_4() function
166 static int get_hash_4(int index) { return crypt_key[index][pos] & PH_MASK_4; } in get_hash_4() function
H A DrawMD4_fmt_plug.c321 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[SIMD_INDEX] & PH_MASK_4; } in get_hash_4() function
329 static int get_hash_4(int index) { return ((uint32_t*)crypt_key[index])[1] & PH_MASK_4; } in get_hash_4() function
H A DDES_fmt.c191 #define get_hash_4 DES_bs_get_hash_4 macro
258 #define get_hash_4 NULL macro
H A DBSDI_fmt.c186 #define get_hash_4 DES_bs_get_hash_4 macro
237 #define get_hash_4 NULL macro
H A DBF_fmt.c90 static int get_hash_4(int index) in get_hash_4() function
H A Dopencl_lm_fmt_plug.c164 #define get_hash_4 opencl_lm_get_hash_4 macro
H A Dopencl_bf_fmt_plug.c92 static int get_hash_4(int index) { in get_hash_4() function
H A Dmssql-old_fmt_plug.c378 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[KEY_OFF] & PH_MASK_4; } in get_hash_4() function
386 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[4] & PH_MASK_4; } in get_hash_4() function
H A Dmssql05_fmt_plug.c567 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[KEY_OFF] & PH_MASK_4; } in get_hash_4() function
575 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[4] & PH_MASK_4; } in get_hash_4() function
H A Dopencl_DES_fmt_plug.c243 #define get_hash_4 opencl_DES_bs_get_hash_4 macro
H A Drar5_fmt_plug.c174 static int get_hash_4(int index) { return crypt_out[index][0] & PH_MASK_4; } in get_hash_4() function
H A Dnt2_fmt_plug.c686 static int get_hash_4(int index) { return ((uint32_t*)crypt_key)[SIMD_INDEX] & PH_MASK_4; } in get_hash_4() function
694 static int get_hash_4(int index) { return ((uint32_t*)crypt_key[index])[1] & PH_MASK_4; } in get_hash_4() function
H A Depiserver_fmt_plug.c277 static int get_hash_4 (int index) { return crypt_out[HASH_IDX_OUT] & PH_MASK_4; } in get_hash_4() function
285 static int get_hash_4(int index) { return crypt_out[index][0] & PH_MASK_4; } in get_hash_4() function
H A Dopencl_lotus5_fmt_plug.c267 static int get_hash_4(int index) { return crypt_key[index * BINARY_SIZE_IN_uint32_t] & PH_MASK_4; } in get_hash_4() function
H A DMD5_fmt.c212 static int get_hash_4(int index) in get_hash_4() function
H A Dopencl_phpass_fmt_plug.c261 static int get_hash_4(int index) in get_hash_4() function
H A Dplaintext_fmt_plug.c203 static int get_hash_4(int index) in get_hash_4() function
H A Dopencl_pbkdf2_hmac_sha256_fmt_plug.c330 static int get_hash_4(int index) in get_hash_4() function

123