Home
last modified time | relevance | path

Searched refs:realm (Results 1 – 25 of 195) sorted by relevance

12345678

/external/wpa_supplicant_8/hs20/server/
Dspp_server.c50 const char *realm, const char *session_id,
52 static char * db_get_osu_config_val(struct hs20_svc *ctx, const char *realm,
55 const char *realm, int use_dmacc);
59 const char *realm,
64 const char *user, const char *realm, in db_add_session() argument
83 sessionid, user ? user : "", realm ? realm : "", in db_add_session()
101 const char *realm, const char *sessionid, in db_update_session_password() argument
108 pw, sessionid, user, realm); in db_update_session_password()
122 const char *realm, in db_update_session_machine_managed() argument
129 pw_mm ? "1" : "0", sessionid, user, realm); in db_update_session_machine_managed()
[all …]
Dsql-example.txt1 INSERT INTO osu_config(realm,field,value) VALUES('example.com','fqdn','example.com');
2 INSERT INTO osu_config(realm,field,value) VALUES('example.com','friendly_name','Example Operator');
3 …NTO osu_config(realm,field,value) VALUES('example.com','spp_http_auth_url','https://subscription-s…
4 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_url','https://osu-s…
5 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_fingerprint','5b393…
6 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://o…
7 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_fingerprint','5…
8 INSERT INTO osu_config(realm,field,value) VALUES('example.com','free_account','free');
9 …T INTO osu_config(realm,field,value) VALUES('example.com','policy_url','https://subscription-serve…
10 INSERT INTO osu_config(realm,field,value) VALUES('example.com','remediation_url','https://subscript…
[all …]
/external/apache-http/src/org/apache/http/auth/
DAuthScope.java86 private final String realm; field in AuthScope
112 final String realm, final String scheme) in AuthScope() argument
116 this.realm = (realm == null) ? ANY_REALM: realm; in AuthScope()
134 public AuthScope(final String host, int port, final String realm) { in AuthScope() argument
135 this(host, port, realm, ANY_SCHEME); in AuthScope()
163 this.realm = authscope.getRealm(); in AuthScope()
185 return this.realm; in getRealm()
211 if (LangUtils.equals(this.realm, that.realm)) { in match()
214 if (this.realm != ANY_REALM && that.realm != ANY_REALM) { in match()
253 && LangUtils.equals(this.realm, that.realm) in equals()
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DChallenge.java25 private final String realm; field in Challenge
27 public Challenge(String scheme, String realm) { in Challenge() argument
29 this.realm = realm; in Challenge()
39 return realm; in getRealm()
45 && equal(realm, ((Challenge) o).realm); in equals()
50 result = 31 * result + (realm != null ? realm.hashCode() : 0); in hashCode()
56 return scheme + " realm=\"" + realm + "\""; in toString()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DChallenge.java23 private final String realm; field in Challenge
25 public Challenge(String scheme, String realm) { in Challenge() argument
27 this.realm = realm; in Challenge()
37 return realm; in getRealm()
43 && equal(realm, ((Challenge) o).realm); in equals()
48 result = 31 * result + (realm != null ? realm.hashCode() : 0); in hashCode()
54 return scheme + " realm=\"" + realm + "\""; in toString()
/external/wpa_supplicant_8/hs20/server/www/
Dspp.php16 $realm = $_GET["realm"]; variable
17 $realm = PREG_REPLACE("/[^0-9a-zA-Z\.\-]/i", '', $realm); variable
59 "WHERE identity='$user' AND realm='$realm'")->fetch();
62 "WHERE osu_user='$user' AND realm='$realm'")->fetch();
75 $A1 = md5($user . ':' . $realm . ':' . $pw);
110 "WHERE realm='$realm'")->fetch();
112 error_log("spp.php - SIM provisioning failed - realm $realm not found");
125 header('WWW-Authenticate: Digest realm="'.$realm.
126 '",qop="auth",nonce="'.uniqid().'",opaque="'.md5($realm).'"');
137 putenv("HS20REALM=$realm");
[all …]
Dest.php6 $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");
65 $A1 = md5($user . ':' . $realm . ':' . $pw);
70 error_log("EST: Incorrect authentication response for user=$user realm=$realm");
78 "WHERE user='$user' AND realm='$realm'";
81 error_log("EST: Session not found for user=$user realm=$realm");
[all …]
Dadd-free.php24 $realm = $row['realm']; variable
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fe…
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='…
44 "VALUES ('$user', '$realm', '$id', " .
Dadd-mo.php32 $realm = $row['realm']; variable
34 $userrow = $db->query("SELECT identity FROM users WHERE identity='$user' AND realm='$realm'")->fetc…
45 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', type='password' W…
50 "VALUES ('$user', '$realm', '$id', " .
/external/curl/tests/data/
Dtest202622 WWW-Authenticate: Digest realm="testrealm", nonce="1"
23 WWW-Authenticate: Basic realm="testrealm"
33 WWW-Authenticate: Basic realm="testrealm"
34 WWW-Authenticate: Digest realm="testrealm", nonce="2"
55 WWW-Authenticate: Digest realm="testrealm", nonce="3"
56 WWW-Authenticate: Basic realm="testrealm"
66 WWW-Authenticate: Basic realm="testrealm"
67 WWW-Authenticate: Digest realm="testrealm", nonce="4"
78 WWW-Authenticate: Digest realm="testrealm", nonce="5"
79 WWW-Authenticate: Basic realm="testrealm"
[all …]
Dtest202422 WWW-Authenticate: Digest realm="testrealm", nonce="1"
23 WWW-Authenticate: Basic realm="testrealm"
44 WWW-Authenticate: Digest realm="testrealm", nonce="2"
45 WWW-Authenticate: Basic realm="testrealm"
56 WWW-Authenticate: Digest realm="testrealm", nonce="3"
57 WWW-Authenticate: Basic realm="testrealm"
77 WWW-Authenticate: Digest realm="testrealm", nonce="1"
78 WWW-Authenticate: Basic realm="testrealm"
91 WWW-Authenticate: Digest realm="testrealm", nonce="2"
92 WWW-Authenticate: Basic realm="testrealm"
[all …]
Dtest202729 WWW-Authenticate: Digest realm="testrealm", nonce="1"
39 WWW-Authenticate: Digest realm="testrealm", nonce="2"
50 WWW-Authenticate: Digest realm="testrealm", nonce="3"
70 WWW-Authenticate: Digest realm="testrealm", nonce="4"
80 WWW-Authenticate: Digest realm="testrealm", nonce="5"
91 WWW-Authenticate: Digest realm="testrealm", nonce="6"
101 WWW-Authenticate: Digest realm="testrealm", nonce="7"
121 WWW-Authenticate: Digest realm="testrealm", nonce="1"
127 WWW-Authenticate: Digest realm="testrealm", nonce="2"
140 WWW-Authenticate: Digest realm="testrealm", nonce="4"
[all …]
Dtest107519 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
20 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
21 WWW-Authenticate: X-bogus-auth realm="gimme all yer s3cr3ts"
29 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
30 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
31 WWW-Authenticate: X-bogus-auth realm="gimme all yer s3cr3ts"
37 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
38 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
39 WWW-Authenticate: X-bogus-auth realm="gimme all yer s3cr3ts"
Dtest203035 WWW-Authenticate: Digest realm="testrealm", nonce="1"
55 WWW-Authenticate: Digest realm="testrealm", nonce="2"
68 WWW-Authenticate: Digest realm="testrealm", nonce="3"
88 WWW-Authenticate: Digest realm="testrealm", nonce="4"
110 WWW-Authenticate: Digest realm="testrealm", nonce="5"
121 WWW-Authenticate: Digest realm="testrealm", nonce="6"
133 WWW-Authenticate: Digest realm="testrealm", nonce="7"
144 WWW-Authenticate: Digest realm="testrealm", nonce="8"
170 WWW-Authenticate: Digest realm="testrealm", nonce="2"
191 WWW-Authenticate: Digest realm="testrealm", nonce="5"
[all …]
Dtest109514 WWW-Authenticate: Digest realm="test \"this\" realm!!", nonce="1053604145"
35 WWW-Authenticate: Digest realm="test \"this\" realm!!", nonce="1053604145"
59 HTTP with Digest and realm with quoted quotes
78 Authorization: Digest username="testuser", realm="test \"this\" realm!!", nonce="1053604145", uri="…
Dtest202823 WWW-Authenticate: Digest realm="testrealm", nonce="1"
33 WWW-Authenticate: Digest realm="testrealm", nonce="2"
46 WWW-Authenticate: Digest realm="testrealm", nonce="3"
76 WWW-Authenticate: Digest realm="testrealm", nonce="4"
88 WWW-Authenticate: Digest realm="testrealm", nonce="5"
99 WWW-Authenticate: Digest realm="testrealm", nonce="6"
121 WWW-Authenticate: Digest realm="testrealm", nonce="7"
132 WWW-Authenticate: Digest realm="testrealm", nonce="8"
163 WWW-Authenticate: Digest realm="testrealm", nonce="1"
169 WWW-Authenticate: Digest realm="testrealm", nonce="2"
[all …]
Dtest141219 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
20 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
21 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
54 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
55 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
56 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
106 Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/1…
112 Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/1…
Dtest15419 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
20 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
21 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
43 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts"
44 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts"
45 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344"
97 Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/1…
/external/iproute2/misc/
Drtacct.c159 int realm; in dump_abs_db() local
177 for (realm = 0; realm < 256; realm++) { in dump_abs_db()
182 if (!(rmap[realm>>5] & (1<<(realm&0x1f)))) in dump_abs_db()
185 val = &kern_db->val[realm*4]; in dump_abs_db()
186 rate = &kern_db->rate[realm*4]; in dump_abs_db()
196 memcpy(&hist_db->val[realm*4], val, sizeof(*val)*4); in dump_abs_db()
202 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1))); in dump_abs_db()
215 int k, realm; in dump_incr_db() local
232 for (realm = 0; realm < 256; realm++) { in dump_incr_db()
239 if (!(rmap[realm>>5] & (1<<(realm&0x1f)))) in dump_incr_db()
[all …]
/external/ppp/pppd/plugins/radius/
Dradrealms.c45 char *realm; in lookup_realm() local
56 realm = strrchr(user, '@'); in lookup_realm()
58 if (realm) { in lookup_realm()
59 info("Looking up servers for realm '%s'", realm); in lookup_realm()
63 if (realm) { in lookup_realm()
64 if (*(++realm) == '\0') { in lookup_realm()
65 realm = NULL; in lookup_realm()
107 if ((realm != NULL && strcmp(p, realm) == 0) || in lookup_realm()
108 (realm == NULL && strcmp(p, "DEFAULT") == 0) ) { in lookup_realm()
/external/curl/lib/vauth/
Dvauth.c54 const char *realm) in Curl_auth_build_spn() argument
59 if(host && realm) in Curl_auth_build_spn()
60 spn = aprintf("%s/%s@%s", service, host, realm); in Curl_auth_build_spn()
63 else if(realm) in Curl_auth_build_spn()
64 spn = aprintf("%s@%s", service, realm); in Curl_auth_build_spn()
71 const char *realm) in Curl_auth_build_spn() argument
76 (void) realm; in Curl_auth_build_spn()
Ddigest.c269 char *realm, size_t rlen, in auth_decode_digest_md5_message() argument
297 if(!auth_digest_get_key_value((char *) chlg, "realm=\"", realm, rlen, in auth_decode_digest_md5_message()
300 strcpy(realm, ""); in auth_decode_digest_md5_message()
369 char realm[128]; in Curl_auth_create_digest_md5_message() local
381 realm, sizeof(realm), in Curl_auth_create_digest_md5_message()
413 Curl_MD5_update(ctxt, (const unsigned char *) realm, in Curl_auth_create_digest_md5_message()
414 curlx_uztoui(strlen(realm))); in Curl_auth_create_digest_md5_message()
438 spn = Curl_auth_build_spn(service, realm, NULL); in Curl_auth_create_digest_md5_message()
494 userp, realm, nonce, in Curl_auth_create_digest_md5_message()
560 free(digest->realm); in Curl_auth_decode_digest_http_message()
[all …]
/external/iptables/extensions/
Dlibipt_realm.t2 -m realm --realm 0x1/0x2a;=;OK
3 -m realm --realm 0x2a;=;OK
4 -m realm;;FAIL
/external/ppp/pppd/plugins/radius/etc/
Drealms3 # Handle realm @netservers.co.uk on an internal RADIUS server
4 # (note the server must be told to strip the realm)
9 # users in realm @example.com are handled by separate servers
14 # the DEFAULT realm matches users that do not supply a realm
22 # DEFAULT realm match, above.
/external/libnl/include/netlink/route/
Drtnl.h35 #define RTNL_REALM_FROM(realm) ((realm) >> 16) argument
40 #define RTNL_REALM_TO(realm) ((realm) & RTNL_REALM_MASK) argument

12345678