Home | History | Annotate | Download | only in hostapd

Lines Matching full:opc

62 /* OPc and AMF parameters for Milenage (Example algorithms for AKA). */
67 u8 opc[16];
266 /* Parse IMSI Ki OPc AMF SQN */
318 /* OPc */
321 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos);
326 if (strlen(pos) != 32 || hexstr2bin(pos, m->opc, 16)) {
327 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos);
418 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
486 milenage_generate(m->opc, m->amf, m->ki, m->sqn, _rand,
559 if (milenage_auts(m->opc, m->ki, _rand, _auts, sqn)) {