Searched refs:aka (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_sim_db.c42 int aka; member in struct:eap_sim_db_pending
57 } aka; member in union:eap_sim_db_pending::__anon4592
373 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka) argument
379 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
513 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN))
521 if (hexstr2bin(start, entry->u.aka.autn, EAP_AKA_AUTN_LEN))
529 if (hexstr2bin(start, entry->u.aka.ik, EAP_AKA_IK_LEN))
537 if (hexstr2bin(start, entry->u.aka.ck, EAP_AKA_CK_LEN))
549 entry->u.aka
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_sim_common.c498 struct eap_sim_attrs *attr, int aka, int encr)
537 if ((!aka && (alen % GSM_RAND_LEN)) ||
538 (aka && alen != EAP_AKA_RAND_LEN)) {
549 if (!aka) {
638 if (aka) {
797 if (!aka || alen < EAP_AKA_MIN_RES_LEN ||
809 if (!aka) {
824 if (!aka) {
858 if (aka != 2) {
880 if (aka !
497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1169 eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
[all...]
H A Deap_sim_common.h205 struct eap_sim_attrs *attr, int aka, int encr);
208 struct eap_sim_attrs *attr, int aka);
227 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Devents.c268 int aka = 0, sim = 0, type; local
275 aka = 1;
285 aka = 1;
296 aka = 0;
298 if (!sim && !aka) {
306 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
307 if (sim && aka)
309 else if (aka)
/freebsd-10.0-release/contrib/gcc/
H A Dexcept.c134 bitmap aka;
905 gcc_assert (!old->aka);
2203 if (region->aka)
2208 EXECUTE_IF_SET_IN_BITMAP (region->aka, 0, i, bi)
2216 if (!outer->aka)
2217 outer->aka = BITMAP_GGC_ALLOC ();
2218 if (region->aka)
2219 bitmap_ior_into (outer->aka, region->aka);
2220 bitmap_set_bit (outer->aka, regio
133 bitmap aka; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp33 // 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 + "')";
1332 // TODO: merge this with other aka printing above.
1454 OS << " aka ";
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql291 of the operation (aka operation root, aka oproot) affected by the
/freebsd-10.0-release/sys/mips/mips/
H A Dexception.S151 PTR_SRL k0, PAGE_SHIFT - PTESHIFT #0b: k0=VPN (aka va>>10)
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex2637 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
4246 % For pdftex, we have to write out the node definition (aka, make
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2811 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
4420 % For pdftex, we have to write out the node definition (aka, make
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex2710 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
4318 % For pdftex, we have to write out the node definition (aka, make
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src794 # reason: cp437 (aka "straight to font") is not functional under luit.
4202 mvterm|vv100|SwitchTerm aka mvTERM,
14235 icl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372,
14249 icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols,
16093 # string which sets a ct8500 into monitor mode (aka 4025 snoopy
21554 # * modify xterm-new aka xterm-xfree86 to accommodate luit, which relies
/freebsd-10.0-release/contrib/apr/
H A Dconfigure6650 # 502102 is when libc_r switched to libpthread (aka libkse).
20952 if (m == (void *)-1) { /* aka MAP_FAILED */

Completed in 375 milliseconds