HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_NONE (Results 1 - 13 of 13) sorted by null

  /external/chromium/net/http/
http_auth_filter_unittest.cc 39 HttpAuth::AUTH_NONE, false, 0 },
45 HttpAuth::AUTH_NONE, false, 0 },
51 HttpAuth::AUTH_NONE, false, 0 },
http_auth_handler.cc 15 target_(HttpAuth::AUTH_NONE),
http_auth.h 31 AUTH_NONE = -1,
32 // We depend on the valid targets (!= AUTH_NONE) being usable as indexes
http_network_transaction.cc 99 : pending_auth_target_(HttpAuth::AUTH_NONE),
214 if (target == HttpAuth::AUTH_NONE) {
218 pending_auth_target_ = HttpAuth::AUTH_NONE;
300 return pending_auth_target_ != HttpAuth::AUTH_NONE &&
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 16 AUTH_NONE = 0,
51 auth = AUTH_NONE;
83 if (sel == AUTH_NONE || sel == AUTH_IEEE8021X) {
86 encrSelect->setCurrentItem(sel == AUTH_NONE ? 0 : 1);
140 case AUTH_NONE:
345 int auth = AUTH_NONE, encr = 0;
364 if (strstr(reply, "CCMP") && auth != AUTH_NONE)
460 if (auth == AUTH_NONE || auth == AUTH_IEEE8021X)
465 if (auth == AUTH_NONE || auth == AUTH_IEEE8021X)
494 if (auth == AUTH_NONE || auth == AUTH_IEEE8021X
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 22 AUTH_NONE = 0,
84 auth = AUTH_NONE;
99 wepEnabled(auth == AUTH_NONE && encr == 1);
125 if (sel == AUTH_NONE || sel == AUTH_IEEE8021X) {
128 encrSelect->setCurrentIndex(sel == AUTH_NONE ? 0 : 1);
239 case AUTH_NONE:
520 int auth = AUTH_NONE, encr = 0;
539 if (strstr(reply, "CCMP") && auth != AUTH_NONE)
697 if (auth == AUTH_NONE || auth == AUTH_IEEE8021X)
702 if (auth == AUTH_NONE || auth == AUTH_IEEE8021X
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth.h 172 #define AUTH_NONE 0 /* no authentication */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h 172 #define AUTH_NONE 0 /* no authentication */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth.h 172 #define AUTH_NONE 0 /* no authentication */
  /hardware/msm7k/librpc/rpc/
types.h 249 AUTH_NONE =0, /* no authentication */
  /hardware/msm7k/librpc/
clnt.c 316 cred.oa_flavor = AUTH_NONE;
318 verf.oa_flavor = AUTH_NONE;
svc.c 492 verf.oa_flavor = AUTH_NONE;

Completed in 757 milliseconds