HomeSort by: relevance | last modified time | path
    Searched refs:aka (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/bsd/wpa/dist/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::__anon8439
377 eap_sim_db_get_pending(struct eap_sim_db_data *data, const char *imsi, int aka)
383 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
542 * AKA-RESP-AUTH <IMSI> <RAND> <AUTN> <IK> <CK> <RES>
543 * AKA-RESP-AUTH <IMSI> FAILURE
568 if (hexstr2bin(start, entry->u.aka.rand, EAP_AKA_RAND_LEN)
    [all...]
  /src/external/bsd/wpa/dist/src/eap_common/
eap_sim_common.c 2 * EAP peer/server: EAP-SIM/AKA/AKA' shared routines
71 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: IK", ik, EAP_AKA_IK_LEN);
72 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: CK", ck, EAP_AKA_CK_LEN);
73 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA: MK", mk, EAP_SIM_MK_LEN);
285 * MK = PRF'(IK'|CK',"EAP-AKA'"|Identity)
296 prf_prime(key, "EAP-AKA'", identity, identity_len, NULL, 0,
301 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': K_encr",
306 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': K_aut",
311 wpa_hexdump_key(MSG_DEBUG, "EAP-AKA': K_re"
    [all...]
eap_sim_common.h 2 * EAP peer/server: EAP-SIM/AKA/AKA' shared routines
45 /* EAP-AKA Subtypes */
135 /* EAP-SIM/AKA Attributes (0..127 non-skippable) */
137 #define EAP_SIM_AT_AUTN 2 /* only AKA */
138 #define EAP_SIM_AT_RES 3 /* only AKA, only peer->server */
139 #define EAP_SIM_AT_AUTS 4 /* only AKA, only peer->server */
154 #define EAP_SIM_AT_KDF_INPUT 23 /* only AKA' */
155 #define EAP_SIM_AT_KDF 24 /* only AKA' */
160 #define EAP_SIM_AT_CHECKCODE 134 /* only AKA */
    [all...]
  /src/external/bsd/kyua-cli/dist/examples/
kyua.conf 43 -- Name of the system architecture (aka processor type).
46 -- Name of the system platform (aka machine type).
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 218 const char *aka = (char *) obstack_base (ob2); local
223 if (aka_len == type1_len && memcmp (p + len, aka, aka_len) == 0)
231 pp_c_ws_string (cpp, _("aka"));
  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 255 const char *aka = (char *) obstack_base (ob2); local
260 if (aka_len == type1_len && memcmp (p + len, aka, aka_len) == 0)
268 pp_c_ws_string (cpp, _("aka"));
  /src/sys/conf/
copts.mk 61 # /home/riastradh/netbsd/current/src/sys/sys/endian.h:220:9: error: array subscript [12, 2305843009213693951] is outside array bounds of 'const uint8_t[16]' {aka 'const unsigned char[16]'} [-Werror=array-bounds=]
  /src/external/bsd/wpa/dist/wpa_supplicant/
events.c 526 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
533 int aka = 0, sim = 0; local
541 aka = 1;
551 aka = 1;
562 aka = 0;
564 if (!sim && !aka) {
566 "use SIM, but neither EAP-SIM nor EAP-AKA are "
572 "(sim=%d aka=%d) - initialize PCSC", sim, aka);
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpbit-sf.S 507 1: ;; Return -0.0 aka 0xcf000000
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpbit-sf.S 507 1: ;; Return -0.0 aka 0xcf000000
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arc-analyze-prologue.S 120 ; with both ST and PUSH (aka ST.AW). We have to use multiple functions for
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arc-analyze-prologue.S 120 ; with both ST and PUSH (aka ST.AW). We have to use multiple functions for
  /src/external/lgpl3/gmp/dist/
config.guess 907 else if (model == 0x57) cpu_64bit = 1, modelstr = "knightslanding"; /* aka Xeon Phi */
  /src/share/mk/
bsd.lib.mk 711 .else # aka no MKDEBUG
  /src/sys/arch/mips/mips/
mipsX_subr.S 463 PTR_SRL k0, PGSHIFT - PTPSHIFT #0c: k0=VPN (aka va>>10)
476 PTR_SRL k0, PGSHIFT - PTPSHIFT #0c: k0=VPN (aka va>>10) --ds--
2602 sltu t1, t1, ta3 # t1 = t1 < 1 (aka t1 == 0)
2718 * Disable the optimisation for PGSHIFT == 14 (aka ENABLE_MIPS_16KB_PAGE)
locore_mips1.S 107 PTR_SRL k0, (PGSHIFT-PTPSHIFT) #0c: k0=VPN (aka va>>10)
1428 sltu t1, t1, ta3 # t1 = t1 < 1 (aka t1 == 0)
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 3399 foo_typedef {aka underlying_foo} {enum}
3401 `foo_typedef' {aka `underlying_foo'} {enum}
3403 `foo_typedef {aka underlying_foo} {enum}'
3445 tree aka = strip_typedefs (typ, NULL, STF_USER_VISIBLE); local
3448 pp_string (cxx_pp, " {aka");
3452 /* And remember the start of the aka dump. */
3454 dump_type (cxx_pp, aka, flags);
3460 /* If they are identical, cut off the aka by unwinding the obstack. */
3468 the "' {aka". */
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 3320 foo_typedef {aka underlying_foo} {enum}
3322 `foo_typedef' {aka `underlying_foo'} {enum}
3324 `foo_typedef {aka underlying_foo} {enum}'
3365 tree aka = strip_typedefs (typ, NULL, STF_USER_VISIBLE); local
3368 pp_string (cxx_pp, " {aka");
3372 /* And remember the start of the aka dump. */
3374 dump_type (cxx_pp, aka, flags);
3380 /* If they are identical, cut off the aka by unwinding the obstack. */
3388 the "' {aka". */
  /src/external/gpl3/gcc/dist/libgcc/
configure 1372 shared library versioning (aka "SONAME") variant to
  /src/external/gpl3/gcc.old/dist/libgcc/
configure 1371 shared library versioning (aka "SONAME") variant to
  /src/share/terminfo/
terminfo 1161 # reason: cp437 (aka "straight to font") is not functional under luit.
6330 vte|VTE aka GNOME Terminal,
7197 mvterm|vv100|SwitchTerm aka mvTERM,
7344 st|stterm|aka simpleterm,
8137 # frequently. The contemporaneous term.el aka ansi-term does not "support"
18301 # aka IBM 6150.
18659 icl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372,
18674 icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols,
20621 # string which sets a ct8500 into monitor mode (aka 4025 snoopy
    [all...]
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 2804 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
4407 % For pdftex, we have to write out the node definition (aka, make
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 2710 % 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
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 2710 % 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
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 3921 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
5755 % For pdftex, we have to write out the node definition (aka, make

Completed in 104 milliseconds

1 2 3