/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 50 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 …]
|
D | sql-example.txt | 1 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/ |
D | AuthScope.java | 86 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/okhttp/src/main/java/com/squareup/okhttp/ |
D | Challenge.java | 23 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/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | Challenge.java | 25 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/wpa_supplicant_8/hs20/server/www/ |
D | spp.php | 16 $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 …]
|
D | 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"); 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 …]
|
D | add-free.php | 24 $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', " .
|
D | add-mo.php | 32 $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/angle/infra/config/generated/ |
D | luci-scheduler.cfg | 9 realm: "ci" 19 realm: "ci" 29 realm: "ci" 39 realm: "ci" 49 realm: "ci" 59 realm: "ci" 69 realm: "ci" 79 realm: "ci" 89 realm: "ci" 99 realm: "ci" [all …]
|
/external/iptables/extensions/ |
D | libipt_realm.txlate | 1 iptables-translate -A PREROUTING -m realm --realm 4 4 iptables-translate -A PREROUTING -m realm --realm 5/5 7 iptables-translate -A PREROUTING -m realm ! --realm 50 10 iptables-translate -A INPUT -m realm --realm 1/0xf
|
D | libipt_realm.t | 2 -m realm --realm 0x1/0x2a;=;OK 3 -m realm --realm 0x2a;=;OK 4 -m realm;;FAIL
|
/external/curl/tests/data/ |
D | test2026 | 22 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 …]
|
D | test2024 | 22 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 …]
|
D | test2027 | 29 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 …]
|
D | test1412 | 19 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" 32 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts" 33 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts" 34 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344" 67 WWW-Authenticate: Blackmagic realm="gimme all yer s3cr3ts" 68 WWW-Authenticate: Basic realm="gimme all yer s3cr3ts" 69 WWW-Authenticate: Digest realm="gimme all yer s3cr3ts", nonce="11223344" 117 Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/1… [all …]
|
D | test1075 | 19 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"
|
D | test1095 | 14 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 76 Authorization: Digest username="testuser", realm="test \"this\" realm!!", nonce="1053604145", uri="…
|
D | test2030 | 35 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 …]
|
/external/iproute2/misc/ |
D | rtacct.c | 159 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/ |
D | radrealms.c | 45 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/ |
D | vauth.c | 54 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()
|
D | digest.c | 269 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() 368 char realm[128]; in Curl_auth_create_digest_md5_message() local 380 sizeof(nonce), realm, in Curl_auth_create_digest_md5_message() 381 sizeof(realm), algorithm, in Curl_auth_create_digest_md5_message() 414 Curl_MD5_update(ctxt, (const unsigned char *) realm, in Curl_auth_create_digest_md5_message() 415 curlx_uztoui(strlen(realm))); in Curl_auth_create_digest_md5_message() 439 spn = Curl_auth_build_spn(service, realm, NULL); in Curl_auth_create_digest_md5_message() 495 userp, realm, nonce, in Curl_auth_create_digest_md5_message() [all …]
|
/external/ppp/pppd/plugins/radius/etc/ |
D | realms | 3 # 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/ |
D | rtnl.h | 35 #define RTNL_REALM_FROM(realm) ((realm) >> 16) argument 40 #define RTNL_REALM_TO(realm) ((realm) & RTNL_REALM_MASK) argument
|