/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 41 int aka; member in struct:eap_sim_db_pending 56 } aka; member in union:eap_sim_db_pending::__anon37399 372 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka) 378 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) { 486 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES> 487 * AKA-RESP-AUTH <IMSI> FAILURE 512 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 | 305 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA). 312 int aka = 0, sim = 0; local 320 aka = 1; 330 aka = 1; 341 aka = 0; 343 if (!sim && !aka) { 345 "use SIM, but neither EAP-SIM nor EAP-AKA are " 351 "(sim=%d aka=%d) - initialize PCSC", sim, aka); [all...] |
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 35 // Don't aka just because we saw an elaborated type... 154 /// if this is the case, doing another "aka" would just be clutter. 184 bool aka; local 185 QualType CompareDesugar = Desugar(Context, CompareTy, aka); 227 S = "'" + S + "' (aka '" + akaStr + "')"; [all...] |