Home | History | Annotate | Download | only in hlr_auc_gw

Lines Matching full:opc

67 /* OPc and AMF parameters for Milenage (Example algorithms for AKA). */
72 u8 opc[16];
271 /* Parse IMSI Ki OPc AMF SQN */
323 /* OPc */
326 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos);
331 if (strlen(pos) != 32 || hexstr2bin(pos, m->opc, 16)) {
332 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos);
423 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
491 milenage_generate(m->opc, m->amf, m->ki, m->sqn, _rand,
564 if (milenage_auts(m->opc, m->ki, _rand, _auts, sqn)) {