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

  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 8 * This is an example implementation of the EAP-SIM/AKA database/authentication
12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
42 int aka; member in struct:eap_sim_db_pending
57 } aka; member in union:eap_sim_db_pending::__anon18549
373 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka)
379 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
487 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
488 * AKA-RESP-AUTH <IMSI> FAILURE
513 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java 264 clazz = Mou$$aka.class;
266 assertEquals(pkg + "Mou$$aka", clazz.getName());
267 assertEquals("Mou$$aka", clazz.getSimpleName());
268 assertEquals(pkg + "Mou$$aka", clazz.getCanonicalName());
317 class Mou$$aka {
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 268 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
275 int aka = 0, sim = 0, type; local
282 aka = 1;
292 aka = 1;
303 aka = 0;
305 if (!sim && !aka) {
307 "use SIM, but neither EAP-SIM nor EAP-AKA are "
313 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
314 if (sim && aka)
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 33 // Don't aka just because we saw an elaborated type...
147 /// if this is the case, doing another "aka" would just be clutter.
178 bool aka; local
179 QualType CompareDesugar = Desugar(Context, CompareTy, aka);
221 S = "'" + S + "' (aka '" + akaStr + "')";
    [all...]

Completed in 1371 milliseconds