HomeSort by relevance Sort by last modified time
    Searched defs:sqn (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 39 * SQN generation follows the not time-based Profile 2 described in
80 u8 sqn[6]; member in struct:milenage_parameters
119 " sqn CHAR(12) NOT NULL"
180 if (os_strcmp(col[i], "sqn") == 0 && argv[i] &&
181 hexstr2bin(argv[i], m->sqn, sizeof(m->sqn))) {
182 printf("Invalid sqn value in database\n");
201 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;",
218 pos += wpa_snprintf_hex(pos, sizeof(val), m->sqn, 6);
221 "UPDATE milenage SET sqn='%s' WHERE imsi=%s;"
795 u8 _auts[EAP_AKA_AUTS_LEN], _rand[EAP_AKA_RAND_LEN], sqn[6]; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 162 u8 opc[16], k[16], sqn[6]; local
186 if (hexstr2bin(pos, sqn, 6))
189 return milenage_check(opc, k, sqn, data->rand, data->autn,
871 /* Note: AUTN = (SQN ^ AK) || AMF || MAC which gives us the
872 * needed 6-octet SQN ^ AK for CK',IK' derivation */
    [all...]

Completed in 28 milliseconds