/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_aka.c | 386 const u8 *realm = NULL; in eap_aka_learn_ids() local 394 /* Look for the realm of the permanent identity */ in eap_aka_learn_ids() 397 for (realm = identity, realm_len = identity_len; in eap_aka_learn_ids() 398 realm_len > 0; realm_len--, realm++) { in eap_aka_learn_ids() 399 if (*realm == '@') in eap_aka_learn_ids() 415 realm, realm_len); in eap_aka_learn_ids()
|
/third_party/node/src/ |
H A D | base_object-inl.h | 37 // TODO(legendecas): Check the shorthand is only used in the principal realm in BaseObject() 75 Realm* BaseObject::realm() const { in realm() function in node::BaseObject
|
H A D | node_realm.cc | 89 // realm. in CreateProperties() 143 "Failed to deserialize realm value " #PropertyName "\n"); \ in DeserializeProperties() 231 if (!ExecuteBootstrapper("internal/bootstrap/realm").ToLocal(&result)) { in RunBootstrapping() 264 TRACE_EVENT0(TRACING_CATEGORY_NODE1(realm), "RunCleanup"); in RunCleanup() 315 // TODO(legendecas): introduce per-realm options. in VerifyNoStrongBaseObjects()
|
H A D | node.cc | 274 Realm* realm = env->principal_realm(); in StartExecution() local 276 return scope.EscapeMaybe(realm->ExecuteBootstrapper(main_script_id)); in StartExecution()
|
H A D | env.cc | 542 Realm* realm, in AssignToContext() 546 context->SetAlignedPointerInEmbedderData(ContextEmbedderIndex::kRealm, realm); in AssignToContext() 550 realm != nullptr ? realm->binding_data_store() : nullptr); in AssignToContext() 1030 // Only BaseObject's cleanups are registered as per-realm cleanup hooks now. in RunCleanup() 1038 // TODO(legendecas): cleanup handles in per-realm cleanup hooks as well. in RunCleanup() 541 AssignToContext(Local<v8::Context> context, Realm* realm, const ContextInfo& info) AssignToContext() argument
|
H A D | node_file.h | 59 explicit BindingData(Realm* realm, v8::Local<v8::Object> wrap);
|
H A D | node_http2.cc | 3184 Realm* realm = Realm::GetCurrent(context); in Initialize() local 3185 Environment* env = realm->env(); in Initialize() 3189 Http2State* const state = realm->AddBindingData<Http2State>(context, target); in Initialize()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.h | 100 * realm - Home Realm for Interworking 102 char *realm; member 219 * alternative to the use of the realm parameter. When using Roaming
|
H A D | sme.c | 684 const u8 *realm, *username, *rrk; in sme_send_authentication() local 719 &realm, &realm_len, &next_seq_num, in sme_send_authentication() 721 realm && realm_len == wpa_s->last_con_fail_realm_len && in sme_send_authentication() 722 os_memcmp(realm, wpa_s->last_con_fail_realm, in sme_send_authentication() 725 "SME: FILS authentication for this realm failed last time - try to regenerate ERP key hierarchy"); in sme_send_authentication()
|
H A D | wpa_supplicant.c | 2564 const u8 *realm, *username, *rrk; in wpas_populate_assoc_ies() local 2687 &username_len, &realm, &realm_len, in wpas_populate_assoc_ies() 2691 os_memcmp(wpa_s->last_con_fail_realm, realm, realm_len) != 0)) { in wpas_populate_assoc_ies() 2695 params->fils_erp_realm = realm; in wpas_populate_assoc_ies() 6850 const u8 *realm, *username, *rrk; local 6857 &realm, &realm_len, &next_seq_num, 6859 !realm) 6863 "FILS: Store last connection failure realm", 6864 realm, realm_len); 6869 os_memcpy(wpa_s->last_con_fail_realm, realm, realm_le [all...] |
H A D | config_file.c | 947 if (cred->realm) in wpa_config_write_cred() 948 fprintf(f, "\trealm=\"%s\"\n", cred->realm); in wpa_config_write_cred()
|
H A D | config.c | 2620 os_free(cred->realm); in wpa_config_free_cred() 3386 if (os_strcmp(var, "realm") == 0) { in wpa_config_set_cred() 3387 os_free(cred->realm); in wpa_config_set_cred() 3388 cred->realm = val; in wpa_config_set_cred() 3723 if (os_strcmp(var, "realm") == 0) in wpa_config_get_cred_no_key() 3724 return alloc_strdup(cred->realm); in wpa_config_get_cred_no_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.h | 103 * realm - Home Realm for Interworking 105 char *realm; member 247 * alternative to the use of the realm parameter. When using Roaming
|
H A D | wpa_supplicant.c | 3078 const u8 *realm, *username, *rrk; local 3201 &username_len, &realm, &realm_len, 3205 os_memcmp(wpa_s->last_con_fail_realm, realm, realm_len) != 0)) { 3209 params->fils_erp_realm = realm; 8243 const u8 *realm, *username, *rrk; local 8263 &realm, &realm_len, &next_seq_num, 8265 !realm) { 8282 const u8 *realm, *username, *rrk; local 8289 &realm, &realm_len, &next_seq_num, 8291 !realm) [all...] |
H A D | sme.c | 1069 const u8 *realm, *username, *rrk; local 1104 &realm, &realm_len, &next_seq_num, 1106 realm && realm_len == wpa_s->last_con_fail_realm_len && 1107 os_memcmp(realm, wpa_s->last_con_fail_realm, 1110 "SME: FILS authentication for this realm failed last time - try to regenerate ERP key hierarchy");
|
H A D | config_file.c | 950 if (cred->realm) in wpa_config_write_cred() 951 fprintf(f, "\trealm=\"%s\"\n", cred->realm); in wpa_config_write_cred()
|
H A D | config.c | 2991 os_free(cred->realm); in wpa_config_free_cred() 3815 if (os_strcmp(var, "realm") == 0) { in wpa_config_set_cred() 3816 os_free(cred->realm); in wpa_config_set_cred() 3817 cred->realm = val; in wpa_config_set_cred() 4176 if (os_strcmp(var, "realm") == 0) in wpa_config_get_cred_no_key() 4177 return alloc_strdup(cred->realm); in wpa_config_get_cred_no_key()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2_localnet.py | 102 def set_realm(self, realm): 103 self._realm_name = realm 134 HA1_str = "%(username)s:%(realm)s:%(password)s" % final_dict 150 'Proxy-Authenticate', 'Digest realm="%s", ' 229 self.send_header("WWW-Authenticate", "Basic realm=\"%s\"" % self.REALM)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 1634 if (set_cred_quoted(ctx->ifname, id, "realm", str) < 0) in set_pps_cred_realm() 1635 wpa_printf(MSG_INFO, "Failed to set cred realm"); in set_pps_cred_realm() 1671 xml_node_t *sim, xml_node_t *realm) in set_pps_cred_sim() 1763 xml_node_t *child, *sim, *realm; in set_pps_cred_credential() local 1769 realm = get_node(ctx->xml, node, "Realm"); in set_pps_cred_credential() 1787 set_pps_cred_sim(ctx, id, child, realm); in set_pps_cred_credential() 1670 set_pps_cred_sim(struct hs20_osu_client *ctx, int id, xml_node_t *sim, xml_node_t *realm) set_pps_cred_sim() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 1636 if (set_cred_quoted(ctx->ifname, id, "realm", str) < 0) in set_pps_cred_realm() 1637 wpa_printf(MSG_INFO, "Failed to set cred realm"); in set_pps_cred_realm() 1673 xml_node_t *sim, xml_node_t *realm) in set_pps_cred_sim() 1765 xml_node_t *child, *sim, *realm; in set_pps_cred_credential() local 1771 realm = get_node(ctx->xml, node, "Realm"); in set_pps_cred_credential() 1789 set_pps_cred_sim(ctx, id, child, realm); in set_pps_cred_credential() 1672 set_pps_cred_sim(struct hs20_osu_client *ctx, int id, xml_node_t *sim, xml_node_t *realm) set_pps_cred_sim() argument
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 432 * inside a shadow realm. 448 * is manually triggered from the incubating realm 451 * data to send to the incubating realm, in the same format as used by RemoteContext 455 throw new Error("Tried to start a shadow realm test environment after it has already started"); 538 /* Shadow realm global objects are _ordinary_ objects (i.e. their prototype is 770 * Make a copy of a Promise in the current realm. 773 * realm 785 * that the promise is from the current realm, that can always be used with 786 * `await`, etc. We therefore create a new promise in this realm that 3078 // for cross-realm transmittanc [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 2244 const u8 **realm, size_t *realm_len, in eapol_sm_get_erp_info() 2252 realm, realm_len, erp_next_seq_num, rrk, in eapol_sm_get_erp_info() 2242 eapol_sm_get_erp_info(struct eapol_sm *sm, struct eap_peer_config *config, const u8 **username, size_t *username_len, const u8 **realm, size_t *realm_len, u16 *erp_next_seq_num, const u8 **rrk, size_t *rrk_len) eapol_sm_get_erp_info() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 2308 const u8 **realm, size_t *realm_len, in eapol_sm_get_erp_info() 2316 realm, realm_len, erp_next_seq_num, rrk, in eapol_sm_get_erp_info() 2306 eapol_sm_get_erp_info(struct eapol_sm *sm, struct eap_peer_config *config, const u8 **username, size_t *username_len, const u8 **realm, size_t *realm_len, u16 *erp_next_seq_num, const u8 **rrk, size_t *rrk_len) eapol_sm_get_erp_info() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 1650 const char *realm = "live"; in do_llnw_auth() local 1664 av_md5_update(md5, realm, strlen(realm)); in do_llnw_auth()
|
/third_party/curl/lib/ |
H A D | urldata.h | 360 char *realm;
|