Searched defs:realm (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-243868.js36 // Create an object with a constant function in another realm.
37 var realm = Realm.create(); variable
38 var realmObject = Realm.eval(realm, "function g() {}; var o = { val:g }; o;")
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch();
22 $realm = $row['realm']; variable
24 echo "<h3>Sign up for a subscription - $realm</h3>\n";
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
H A Dcert-enroll.php24 $realm = $row['realm']; variable
32 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
33 "VALUES ('', '$realm', '$id', " .
H A Dredirect.php25 $realm = $row['realm']; variable
27 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
28 "VALUES ('$user', '$realm', '$id', " .
H A Dadd-free.php24 $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', '
[all...]
H A Dadd-mo.php32 $realm = $row['realm']; variable
34 $userrow = $db->query("SELECT identity FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
45 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', type='password' WHERE rowid=$rowid")) {
49 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
50 "VALUES ('$user', '$realm', '$id', " .
H A Dspp.php15 if (isset($_GET["realm"])) {
16 $realm = $_GET["realm"]; variable
17 $realm = PREG_REPLACE("/[^0-9a-zA-Z\.\-]/i", '', $realm); variable
54 "WHERE identity='$user' AND realm='$realm'")->fetch();
57 "WHERE osu_user='$user' AND realm='$realm'")->fetch();
70 $A1 = md5($user . ':' . $realm
[all...]
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dauto_login_infobar_delegate_android.h32 const std::string& realm() const { return params_.header.realm; } function in class:AutoLoginInfoBarDelegateAndroid
/external/chromium_org/components/auto_login_parser/
H A Dauto_login_parser.h25 // "realm" string from x-auto-login (e.g. "com.google").
26 std::string realm; member in struct:auto_login_parser::HeaderData
H A Dauto_login_parser.cc21 bool MatchRealm(const std::string& realm, RealmRestriction restriction) { argument
24 return realm == "com.google";
59 if (key == "realm") {
62 local_params.realm = unescaped_value;
69 if (local_params.realm.empty() || local_params.args.empty())
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAccountManager.java13 * @param realm - the realm that is being challenged for which a credential should be
18 UserCredentials getCredentials(ClientTransaction challengedTransaction, String realm); argument
H A DSecureAccountManager.java12 * @param realm - the realm that is being challenged for which a credential should be
17 UserCredentialHash getCredentialHash(ClientTransaction challengedTransaction, String realm); argument
/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data.h26 std::string realm; member in struct:autofill::UsernamesCollectionKey
31 std::string realm; member in struct:autofill::PasswordAndRealm
35 // struct are only set when the password's realm differs from the realm of the
46 // The signon realm of the preferred user/pass pair.
/external/iproute2/ip/
H A Drtm_map.c98 __u32 realm = 0; local
112 if (*arg && rtnl_rtrealm_a2n(&realm, arg))
114 *realms |= realm;
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
H A Dturnserver_main.cc44 virtual bool GetKey(const std::string& username, const std::string& realm, argument
47 // Generate HA1 via "echo -n "<username>:<realm>:<password>" | md5sum"
63 std::cerr << "usage: turnserver int-addr ext-ip realm auth-file"
/external/ppp/pppd/plugins/radius/
H A Dradrealms.c6 * allows selection of alternate set of servers based on the user's realm.
44 char *realm; local
55 realm = strrchr(user, '@');
57 if (realm) {
58 info("Looking up servers for realm '%s'", realm);
60 info("Looking up servers for DEFAULT realm");
62 if (realm) {
63 if (*(++realm) == '\0') {
64 realm
[all...]
/external/apache-http/src/org/apache/http/auth/
H A DAuthScope.java39 * 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, fina
111 AuthScope(final String host, int port, final String realm, final String scheme) argument
134 AuthScope(final String host, int port, final String realm) argument
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsIoThreadClient.java40 public abstract void newLoginRequest(String realm, String account, String args); argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAutoLoginAccountDelegate.java31 String realm, String account, String accountArgs) {
30 AutoLoginAccountDelegate(Activity activity, AutoLoginProcessor autoLoginProcessor, String realm, String account, String accountArgs) argument
H A DAutoLoginDelegate.java35 String initializeAccount(long nativeInfoBar, String realm, String account, String args) { argument
37 new AutoLoginAccountDelegate(mActivity, mAutoLoginProcessor, realm, account, args);
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor.cc174 // For HTTP authentication logins, the URL may contain http realm,
176 // sitename:8080 (realm)
178 std::string realm; local
192 realm = lines[begin].substr(start, end - start);
194 // Don't have http realm. It is the URL that the following passwords
203 if (!realm.empty())
204 form.signon_realm += realm;
275 std::string realm(s2.ColumnString(1));
276 if (!realm.empty()) {
292 if (!realm
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_login_dialog.cc27 base::UTF8ToUTF16(auth_info->realm)));
72 const base::string16& realm) {
74 // The realm is controlled by the remote server, so there is no reason to
77 gfx::ElideString(realm, 120, &elided_realm);
71 PrepDialog(const base::string16& host, const base::string16& realm) argument
/external/chromium_org/net/base/
H A Dauth.h37 // The realm of the challenge. May be empty. The encoding is UTF-8.
38 std::string realm; member in class:net::AuthChallengeInfo
/external/chromium_org/net/http/
H A Dhttp_auth_cache.h21 // For each (origin, realm, scheme) triple the cache stores a
25 // - the last auth handler used (contains realm and authentication scheme)
26 // - the list of paths which used this realm
27 // Entries can be looked up by either (origin, realm, scheme) or (origin, path).
38 // The case-sensitive realm string of the challenge.
39 const std::string realm() const { function in class:net::HttpAuthCache::Entry
73 // Adds a path defining the realm's protection space. If the path is
77 // Returns true if |dir| is contained within the realm's protection
98 // List of paths that define the realm's protection space.
117 // Find the realm entr
[all...]
H A Dhttp_auth_handler.h84 // The realm, encoded as UTF-8. This may be empty.
85 const std::string& realm() const { function in class:net::HttpAuthHandler
168 // The realm, encoded as UTF-8. Used by "basic" and "digest".

Completed in 604 milliseconds

1234