HomeSort by relevance Sort by last modified time
    Searched full:sake (Results 1 - 25 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/eap_common/
eap_sake_common.c 2 * EAP server/peer: EAP-SAKE shared routines
25 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_S");
27 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_S with "
34 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_P");
36 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_P with "
43 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_S");
45 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_S with "
52 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_P");
54 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_P with "
61 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_SERVERID")
    [all...]
eap_sake_common.h 2 * EAP server/peer: EAP-SAKE shared routines
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 2 * EAP peer method: EAP-SAKE (RFC 4763)
58 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
76 wpa_printf(MSG_INFO, "EAP-SAKE: No key of correct length "
118 struct eap_sake_hdr *sake; local
127 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
132 sake = wpabuf_put(msg, sizeof(*sake));
133 sake->version = EAP_SAKE_VERSION;
134 sake->session_id = data->session_id;
135 sake->subtype = subtype
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 2 * hostapd / EAP-SAKE (RFC 4763) server
56 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
73 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to get random data");
77 wpa_printf(MSG_DEBUG, "EAP-SAKE: Initialized Session ID %d",
101 struct eap_sake_hdr *sake; local
110 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
115 sake = wpabuf_put(msg, sizeof(*sake));
116 sake->version = EAP_SAKE_VERSION;
117 sake->session_id = data->session_id
    [all...]
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 8 * for the sake of anything that needs to do disambiguation in a
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Quit.3 11 \fBSDL_Quit\fP shuts down all SDL subsystems and frees the resources allocated to them\&. This should always be called before you exit\&. For the sake of simplicity you can set \fBSDL_Quit\fP as your \fBatexit\fP call, like:
  /cts/tests/tests/example/src/android/example/
Example.java 21 * live somewhere other than in the test package, but for the sake of
  /external/bison/examples/calc++/
calc++-driver.hh 14 // ... and declare it for the parser's sake.
  /external/eigen/Eigen/
CholmodSupport 20 * For the sake of completeness, this module also propose the two following classes:
  /external/proguard/examples/ant/
midlets.xml 17 for the sake of the preverify tool.
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 61 * is intended only as an approximation for the sake of error
78 * is intended only as an approximation for the sake of error
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrint.c 44 * sake of correctness; an MD implementation could be more efficient.
  /external/stlport/test/eh/
SortClass.h 17 the sake of testing the stability of sorting algorithms.
  /external/wpa_supplicant_8/hostapd/
eap_testing.txt 30 EAP-PEAPv0/SAKE + - - - -
40 EAP-PEAPv1/SAKE + - - - -
56 EAP-SAKE + - - - -
hostapd.eap_user 21 # EAP-MD5, EAP-MSCHAPV2, EAP-GTC, EAP-PAX, EAP-PSK, and EAP-SAKE require a
62 "sake.user@example.com" SAKE 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SAXSourceLocator.java 135 * is intended only as an approximation for the sake of error
155 * is intended only as an approximation for the sake of error
  /libcore/luni/src/main/java/org/xml/sax/
Locator.java 87 * is intended only as an approximation for the sake of diagnostics;
114 * is intended only as an approximation for the sake of diagnostics;
  /external/bison/src/
complain.h 33 only for the sake of Yacc-compatible conflict reports in conflicts.c.
  /external/clang/test/Analysis/
dead-stores.m 41 // an object pointer for the sake of defensive programming.
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 54 * get_dx_dir_info()'s sake.
  /external/grub/netboot/
timer.c 39 * accuracy's sake we want to keep the overhead on the CTC speaker (channel 2)
  /external/libffi/darwin-x86/
ffitarget.h 52 /* TODO: Add fastcall support for the sake of completeness */
  /external/libffi/src/x86/
ffitarget.h 52 /* TODO: Add fastcall support for the sake of completeness */
  /external/libvorbis/lib/
analysis.c 61 op->packetno=vb->sequence; /* for sake of completeness */
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlquit.html 126 > shuts down all SDL subsystems and frees the resources allocated to them. This should always be called before you exit. For the sake of simplicity you can set <TT

Completed in 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>