Home | History | Annotate | Download | only in hlr_auc_gw

Lines Matching refs:kc

37  * Kc/SRES/RAND/AUTN/IK/CK/RES/AUTS as hex strings.
40 * text file in IMSI:Kc:SRES:RAND format, IMSI in ASCII, other fields as hex
60 u8 kc[8];
133 /* Parse IMSI:Kc:SRES:RAND */
170 /* Kc */
173 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
178 if (strlen(pos) != 16 || hexstr2bin(pos, g->kc, 8)) {
179 printf("%s:%d - Invalid Kc (%s)\n", fname, line, pos);
419 u8 _rand[16], sres[4], kc[8];
423 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
425 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8);
442 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8);