Home
last modified time | relevance | path

Searched refs:realm (Results 76 - 100 of 104) sorted by relevance

12345

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_aka.c386 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 Dbase_object-inl.h37 // 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 Dnode_realm.cc89 // 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 Dnode.cc274 Realm* realm = env->principal_realm(); in StartExecution() local
276 return scope.EscapeMaybe(realm->ExecuteBootstrapper(main_script_id)); in StartExecution()
H A Denv.cc542 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 Dnode_file.h59 explicit BindingData(Realm* realm, v8::Local<v8::Object> wrap);
H A Dnode_http2.cc3184 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 Dconfig.h100 * realm - Home Realm for Interworking
102 char *realm; member
219 * alternative to the use of the realm parameter. When using Roaming
H A Dsme.c684 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 Dwpa_supplicant.c2564 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 Dconfig_file.c947 if (cred->realm) in wpa_config_write_cred()
948 fprintf(f, "\trealm=\"%s\"\n", cred->realm); in wpa_config_write_cred()
H A Dconfig.c2620 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 Dconfig.h103 * realm - Home Realm for Interworking
105 char *realm; member
247 * alternative to the use of the realm parameter. When using Roaming
H A Dwpa_supplicant.c3078 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 Dsme.c1069 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 Dconfig_file.c950 if (cred->realm) in wpa_config_write_cred()
951 fprintf(f, "\trealm=\"%s\"\n", cred->realm); in wpa_config_write_cred()
H A Dconfig.c2991 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 Dtest_urllib2_localnet.py102 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 Dosu_client.c1634 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 Dosu_client.c1636 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 Dtestharness.js432 * 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 Deapol_supp_sm.c2244 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 Deapol_supp_sm.c2308 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 Drtmpproto.c1650 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 Durldata.h360 char *realm;

Completed in 78 milliseconds

12345