Searched refs:delim_idx (Results 1 – 1 of 1) sorted by relevance
202 int delim_idx = entry.indexOf('|', 3); in checkHashed() local204 if (delim_idx == -1) in checkHashed()209 String salt_base64 = entry.substring(3, delim_idx); in checkHashed()210 String hash_base64 = entry.substring(delim_idx + 1); in checkHashed()