Searched refs:ck (Results 1 – 2 of 2) sorted by relevance
334 for (Check ck : checks) { in test12()335 for (int n : ck.values) { in test12()336 String recur = "FREQ=DAILY;" + ck.key + "=" + n; in test12()
8011 String ck = makeHex(result, res_len + 3, ck_len); in handle3GAuthRequest() local8014 sb.append(":" + ik + ":" + ck + ":" + res); in handle3GAuthRequest()8015 logv("ik:" + ik + "ck:" + ck + " res:" + res); in handle3GAuthRequest()