HomeSort by relevance Sort by last modified time
    Searched full:sake (Results 1 - 25 of 440) 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
54 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
71 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to get random data");
75 wpa_printf(MSG_DEBUG, "EAP-SAKE: Initialized Session ID %d",
93 struct eap_sake_hdr *sake; local
102 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
107 sake = wpabuf_put(msg, sizeof(*sake));
108 sake->version = EAP_SAKE_VERSION;
109 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/chromium_org/components/autofill/core/common/
form_data_predictions.h 31 // Added for the sake of testing.
form_field_data_predictions.h 27 // Added for the sake of testing.
  /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:
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
if.hpp 48 // agurt, 05/sep/04: nondescriptive parameter names for the sake of DigitalMars
58 // agurt, 02/jan/03: two-step 'type' definition for the sake of aCC
numeric_cast.hpp 20 // agurt 21/sep/04: portability macro for the sake of MSVC 6.x-7.0;
  /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/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.h 22 /// has, we emulate some of them here for the sake of sanity from:
  /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.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
type_wrapper.hpp 29 // mostly for the sake of GCC (3.2.x), which ICEs if you try to extract the
  /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/chromium_org/chrome/common/metrics/proto/
histogram_event.proto 29 // practice in protocol buffer design, for the sake of
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.idl 35 // This is for compatibility sake, since getRandomValues() predates the full
  /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/chromium_org/chrome/renderer/extensions/
send_request_natives.cc 50 // we shouldn't really be doing it (e.g. for the sake of the storage API).
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ClipboardChromiumPosix.cpp 39 // HFS+ disallows '/' and Linux systems also disallow null. For sanity's sake we'll also

Completed in 2971 milliseconds

1 2 3 4 5 6 7 8 91011>>