HomeSort by relevance Sort by last modified time
    Searched refs:realm (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Challenge.java 23 private final String realm; field in class:Challenge
25 public Challenge(String scheme, String realm) {
27 this.realm = realm;
37 return realm;
43 && equal(realm, ((Challenge) o).realm);
48 result = 31 * result + (realm != null ? realm.hashCode() : 0);
54 return scheme + " realm=\"" + realm + "\""
    [all...]
  /external/libnl/include/netlink/route/
rtnl.h 27 * Mask specying the size of each realm part
33 * Extract FROM realm from a realms field
35 #define RTNL_REALM_FROM(realm) ((realm) >> 16)
38 * Extract TO realm from a realms field
40 #define RTNL_REALM_TO(realm) ((realm) & RTNL_REALM_MASK)
  /external/curl/lib/vauth/
vauth.c 40 * service/host@realm (Not currently used)
42 * service@realm (Not used by Windows SSPI)
48 * realm [in] - The realm.
54 const char *realm)
59 if(host && realm)
60 spn = aprintf("%s/%s@%s", service, host, realm);
63 else if(realm)
64 spn = aprintf("%s@%s", service, realm);
71 const char *realm)
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 39 * a port number, a realm name and an authentication scheme name which
66 * The <tt>null</tt> value represents any realm.
76 * Default scope matching any host, port, realm and authentication scheme.
85 /** The realm the credentials apply to. */
86 private final String realm; field in class:AuthScope
95 * <tt>host</tt>, <tt>port</tt>, <tt>realm</tt>, and
104 * @param realm the realm the credentials apply to. May be set
106 * any realm.
112 final String realm, final String scheme
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AccountManager.java 13 * @param realm - the realm that is being challenged for which a credential should be
18 UserCredentials getCredentials(ClientTransaction challengedTransaction, String realm);
SecureAccountManager.java 12 * @param realm - the realm that is being challenged for which a credential should be
17 UserCredentialHash getCredentialHash(ClientTransaction challengedTransaction, String realm);
  /external/wpa_supplicant_8/hs20/server/www/
est.php 6 $realm = $params[1]; variable
41 "WHERE user='$user' AND realm='$realm'";
44 error_log("EST: Session not found for user=$user realm=$realm");
49 error_log("EST: Session fetch failed for user=$user realm=$realm");
56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
61 error_log("EST: Empty password for user=$user realm=$realm")
    [all...]
spp.php 15 if (isset($_GET["realm"])) {
16 $realm = $_GET["realm"]; variable
17 $realm = PREG_REPLACE("/[^0-9a-zA-Z\.\-]/i", '', $realm); variable
19 error_log("spp.php - Realm not specified");
20 die("Realm not specified");
54 "WHERE identity='$user' AND realm='$realm'")->fetch();
57 "WHERE osu_user='$user' AND realm='$realm'")->fetch()
    [all...]
redirect.php 25 $realm = $row['realm']; variable
27 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
28 "VALUES ('$user', '$realm', '$id', " .
cert-enroll.php 24 $realm = $row['realm']; variable
32 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
33 "VALUES ('', '$realm', '$id', " .
add-free.php 24 $realm = $row['realm']; variable
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
39 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', machine_managed='1' WHERE rowid=$rowid")) {
43 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
44 "VALUES ('$user', '$realm', '$id', "
    [all...]
  /external/ppp/pppd/plugins/radius/
radrealms.c 6 * allows selection of alternate set of servers based on the user's realm.
45 char *realm; local
56 realm = strrchr(user, '@');
58 if (realm) {
59 info("Looking up servers for realm '%s'", realm);
61 info("Looking up servers for DEFAULT realm");
63 if (realm) {
64 if (*(++realm) == '\0') {
65 realm = NULL
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 48 const char *realm, const char *session_id,
50 static char * db_get_osu_config_val(struct hs20_svc *ctx, const char *realm,
53 const char *realm, int use_dmacc);
57 const char *user, const char *realm,
65 sql = sqlite3_mprintf("INSERT INTO sessions(timestamp,id,user,realm,"
70 sessionid, user ? user : "", realm ? realm : "",
87 const char *realm, const char *sessionid,
93 "user=%Q AND realm=%Q",
94 pw, sessionid, user, realm);
1331 char *user, *realm, *pw, *type, *mm; local
1893 char *user, *realm, *pw, *pw_mm, *pps, *str; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 94 * Stores HTTP authentication credentials for a given host and realm to the {@link WebViewDatabase}
116 * @param realm the realm to which the credentials apply
123 public abstract void setHttpAuthUsernamePassword(String host, String realm,
127 * Retrieves HTTP authentication credentials for a given host and realm from the {@link
131 * @param realm the realm to which the credentials apply
140 public abstract String[] getHttpAuthUsernamePassword(String host, String realm);
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/
plexus-classworlds-2.4.jar 
  /external/iproute2/misc/
rtacct.c 159 int realm; local
168 , "Realm", "BytesTo", "PktsTo", "BytesFrom", "PktsFrom");
177 for (realm = 0; realm < 256; realm++) {
182 if (!(rmap[realm>>5] & (1<<(realm&0x1f))))
185 val = &kern_db->val[realm*4];
186 rate = &kern_db->rate[realm*4];
196 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4)
215 int k, realm; local
487 __u32 realm; local
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 66 String realm; field in class:HttpAuthHandlerTest.ProceedHttpAuthClient
83 HttpAuthHandler handler, String host, String realm) {
89 this.realm = realm;
97 String realm; field in class:HttpAuthHandlerTest.CancelHttpAuthClient
105 HttpAuthHandler handler, String host, String realm) {
106 this.realm = realm;
119 assertEquals(CtsTestServer.AUTH_REALM, client.realm);
131 assertEquals(CtsTestServer.AUTH_REALM, client.realm);
    [all...]
  /external/python/cpython3/Lib/distutils/
config.py 27 realm = None variable in class:PyPIRCCommand
54 realm = self.realm or self.DEFAULT_REALM
80 ('realm', self.DEFAULT_REALM),
109 'realm': self.DEFAULT_REALM}
123 self.realm = None
130 if self.realm is None:
131 self.realm = self.DEFAULT_REALM
  /external/libmicrohttpd/src/examples/
digest_auth_example.c 46 const char *realm = "test@example.com"; local
55 ret = MHD_queue_auth_fail_response(connection, realm,
62 ret = MHD_digest_auth_check(connection, realm,
75 ret = MHD_queue_auth_fail_response(connection, realm,
  /external/libmicrohttpd/src/microhttpd/
basicauth.c 110 * @param realm the realm presented to the client
117 const char *realm,
121 size_t hlen = strlen(realm) + strlen("Basic realm=\"\"") + 1;
135 "Basic realm=\"%s\"",
136 realm);
  /external/iproute2/ip/
rtm_map.c 98 __u32 realm = 0; local
112 if (*arg && rtnl_rtrealm_a2n(&realm, arg))
114 *realms |= realm;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
config.py 27 realm = None variable in class:PyPIRCCommand
86 ('realm', self.DEFAULT_REALM),
106 'realm': self.DEFAULT_REALM}
113 self.realm = None
120 if self.realm is None:
121 self.realm = self.DEFAULT_REALM
  /external/python/cpython2/Lib/distutils/
config.py 27 realm = None variable in class:PyPIRCCommand
81 ('realm', self.DEFAULT_REALM),
101 'realm': self.DEFAULT_REALM}
108 self.realm = None
115 if self.realm is None:
116 self.realm = self.DEFAULT_REALM
  /frameworks/base/obex/javax/obex/
ObexSession.java 78 * 0x02 is the realm, which provides a description of which user name
85 String realm = null; local
98 realm = new String(realmString, "ISO8859_1");
106 realm = ObexHelper.convertToUnicode(realmString, false);
131 .onAuthenticationChallenge(realm, isUserIDRequired, isFullAccess);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
config.py 27 realm = None variable in class:PyPIRCCommand
81 ('realm', self.DEFAULT_REALM),
101 'realm': self.DEFAULT_REALM}
108 self.realm = None
115 if self.realm is None:
116 self.realm = self.DEFAULT_REALM

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 91011>>