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/
eap_sake_common.c 2 * EAP server/peer: EAP-SAKE shared routines
30 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_S");
32 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_S with "
39 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_P");
41 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_P with "
48 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_S");
50 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_S with "
57 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_P");
59 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_P with "
66 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_SERVERID")
    [all...]
eap_sake.c 2 * EAP peer method: EAP-SAKE (RFC 4763)
64 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
80 wpa_printf(MSG_INFO, "EAP-SAKE: No configuration found");
86 wpa_printf(MSG_INFO, "EAP-SAKE: No key (eappsk) of correct "
135 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
170 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
176 wpa_printf(MSG_INFO, "EAP-SAKE: No AT_PERM_ID_REQ or "
181 wpa_printf(MSG_DEBUG, "EAP-SAKE: Sending Response/Identity");
189 wpa_printf(MSG_DEBUG, "EAP-SAKE: * AT_PEERID");
213 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Challenge received
    [all...]
eap_sake_common.h 2 * EAP server/peer: EAP-SAKE shared routines
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sake_common.c 2 * EAP server/peer: EAP-SAKE shared routines
31 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_S");
33 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_S with "
40 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_P");
42 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_P with "
49 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_S");
51 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_S with "
58 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_P");
60 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_P with "
67 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_common/
eap_sake_common.c 2 * EAP server/peer: EAP-SAKE shared routines
31 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_S");
33 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_S with "
40 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_RAND_P");
42 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_RAND_P with "
49 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_S");
51 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_S with "
58 wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MIC_P");
60 wpa_printf(MSG_DEBUG, "EAP-SAKE: AT_MIC_P with "
67 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_6/wpa_supplicant/src/eap_server/
eap_sake.c 2 * hostapd / EAP-SAKE (RFC 4763) server
61 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
78 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to get random data");
82 wpa_printf(MSG_DEBUG, "EAP-SAKE: Initialized Session ID %d",
106 struct eap_sake_hdr *sake; local
115 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
120 sake = wpabuf_put(msg, sizeof(*sake));
121 sake->version = EAP_SAKE_VERSION;
122 sake->session_id = data->session_id
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 2 * hostapd / EAP-SAKE (RFC 4763) server
62 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
79 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to get random data");
83 wpa_printf(MSG_DEBUG, "EAP-SAKE: Initialized Session ID %d",
107 struct eap_sake_hdr *sake; local
116 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
121 sake = wpabuf_put(msg, sizeof(*sake));
122 sake->version = EAP_SAKE_VERSION;
123 sake->session_id = data->session_id
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sake.c 2 * EAP peer method: EAP-SAKE (RFC 4763)
63 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
81 wpa_printf(MSG_INFO, "EAP-SAKE: No key of correct length "
123 struct eap_sake_hdr *sake; local
132 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
137 sake = wpabuf_put(msg, sizeof(*sake));
138 sake->version = EAP_SAKE_VERSION;
139 sake->session_id = data->session_id;
140 sake->subtype = subtype
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 2 * EAP peer method: EAP-SAKE (RFC 4763)
64 wpa_printf(MSG_DEBUG, "EAP-SAKE: %s -> %s",
82 wpa_printf(MSG_INFO, "EAP-SAKE: No key of correct length "
124 struct eap_sake_hdr *sake; local
133 wpa_printf(MSG_ERROR, "EAP-SAKE: Failed to allocate memory "
138 sake = wpabuf_put(msg, sizeof(*sake));
139 sake->version = EAP_SAKE_VERSION;
140 sake->session_id = data->session_id;
141 sake->subtype = subtype
    [all...]
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 8 * for the sake of anything that needs to do disambiguation in a
  /cts/tests/tests/example/src/android/example/
Example.java 21 * live somewhere other than in the test package, but for the sake of
  /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
  /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
  /bionic/libm/src/
s_lrint.c 44 * sake of correctness; an MD implementation could be more efficient.
  /external/clang/test/Analysis/
dead-stores.m 40 // an object pointer for the sake of defensive programming.
  /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/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 */

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>