Home
last modified time | relevance | path

Searched refs:realm (Results 51 - 75 of 123) sorted by relevance

12345

/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c1277 char *realm = NULL, *nonce = NULL, *response = NULL; in rtsp_auth_cb() local
1295 if (NULL == realm && val > strstr(token, "realm")) in rtsp_auth_cb()
1296 realm = pa_xstrdup(val + 2); in rtsp_auth_cb()
1305 if (pa_safe_streq(mth, "Basic") && realm) { in rtsp_auth_cb()
1306 rtrim_char(realm, '\"'); in rtsp_auth_cb()
1311 } else if (pa_safe_streq(mth, "Digest") && realm && nonce) { in rtsp_auth_cb()
1312 rtrim_char(realm, '\"'); in rtsp_auth_cb()
1315 pa_raop_digest_response(DEFAULT_USER_NAME, realm, c->password, nonce, "*", &response); in rtsp_auth_cb()
1316 ath = pa_sprintf_malloc("Digest username=\"%s\", realm in rtsp_auth_cb()
[all...]
/third_party/node/src/
H A Dnode_v8.h21 BindingData(Realm* realm, v8::Local<v8::Object> obj);
H A Dnode_url.h35 explicit BindingData(Realm* realm, v8::Local<v8::Object> obj);
H A Dnode_process.h59 BindingData(Realm* realm, v8::Local<v8::Object> object);
H A Dnode_snapshotable.cc1223 env->ForEachRealm([](Realm* realm) { realm->PrintInfoForSnapshot(); }); in Generate()
1306 SnapshotableObject::SnapshotableObject(Realm* realm, in SnapshotableObject() argument
1309 : BaseObject(realm, wrap), type_(type) {} in SnapshotableObject()
1428 void SerializeSnapshotableObjects(Realm* realm, in SerializeSnapshotableObjects() argument
1431 HandleScope scope(realm->isolate()); in SerializeSnapshotableObjects()
1432 Local<Context> context = realm->context(); in SerializeSnapshotableObjects()
1434 realm->ForEachBaseObject([&](BaseObject* obj) { in SerializeSnapshotableObjects()
H A Dnode_errors.cc957 Realm* realm = Realm::GetCurrent(args); in SetPrepareStackTraceCallback() local
959 realm->set_prepare_stack_trace_callback(args[0].As<Function>()); in SetPrepareStackTraceCallback()
984 Realm* realm = Realm::GetCurrent(args); in SetEnhanceStackForFatalException() local
987 realm->set_enhance_fatal_stack_before_inspector(args[0].As<Function>()); in SetEnhanceStackForFatalException()
988 realm->set_enhance_fatal_stack_after_inspector(args[1].As<Function>()); in SetEnhanceStackForFatalException()
H A Dnode_http_parser.cc98 BindingData(Realm* realm, Local<Object> obj) : BaseObject(realm, obj) {} in BindingData() argument
1198 Realm* realm = Realm::GetCurrent(context); in InitializeHttpParser() local
1199 Environment* env = realm->env(); in InitializeHttpParser()
1202 realm->AddBindingData<BindingData>(context, target); in InitializeHttpParser()
H A Dnode_file.cc2620 BindingData::BindingData(Realm* realm, v8::Local<v8::Object> wrap) in BindingData() argument
2621 : SnapshotableObject(realm, wrap, type_int), in BindingData()
2622 stats_field_array(realm->isolate(), kFsStatsBufferLength), in BindingData()
2623 stats_field_bigint_array(realm->isolate(), kFsStatsBufferLength), in BindingData()
2624 statfs_field_array(realm->isolate(), kFsStatFsBufferLength), in BindingData()
2625 statfs_field_bigint_array(realm->isolate(), kFsStatFsBufferLength) { in BindingData()
2626 Isolate* isolate = realm->isolate(); in BindingData()
2627 Local<Context> context = realm->context(); in BindingData()
2655 Realm* realm = Realm::GetCurrent(context); in Deserialize() local
2656 BindingData* binding = realm in Deserialize()
2685 Realm* realm = Realm::GetCurrent(context); Initialize() local
[all...]
H A Dnode_realm-inl.h75 DCHECK_EQ(result->realm(), GetCurrent(context)); in GetBindingData()
/third_party/node/test/fixtures/wpt/encoding/streams/
H A Dinvalid-realm.window.js1 // Text*Stream should still work even if the realm is detached.
18 }, 'TextDecoderStream: write in detached realm should succeed');
28 }, 'TextEncoderStream: write in detached realm should succeed');
36 }, `${type}: close in detached realm should succeed`);
/third_party/node/src/api/
H A Denvironment.cc68 Realm* realm = Realm::GetCurrent(context); in PrepareStackTraceCallback() local
70 if (realm != nullptr) { in PrepareStackTraceCallback()
71 // If we are in a Realm, call the realm specific prepareStackTrace callback in PrepareStackTraceCallback()
73 // realm boundary with the `Error.prepareStackTrace` override. in PrepareStackTraceCallback()
74 prepare = realm->prepare_stack_trace_callback(); in PrepareStackTraceCallback()
77 // realm's prepareStackTrace callback. in PrepareStackTraceCallback()
504 Realm* realm = env->principal_realm(); in LoadEnvironment() local
506 return realm->ExecuteBootstrapper(name.c_str()); in LoadEnvironment()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrohttpd.h2369 * @param realm The realm presented to the client
2380 const char *realm,
2390 * @param realm The realm presented to the client
2402 const char *realm,
2429 * @param realm the realm presented to the client
2436 const char *realm,
/kernel/linux/linux-5.10/include/keys/
H A Drxrpc-type.h36 * name/name/name@realm
41 char *realm; /* parts of the realm part of the principal */ member
121 #define AFSTOKEN_K5_REALM_MAX 64 /* max K5 realm name length */
/third_party/python/Lib/distutils/command/
H A Dregister.py76 self.realm = config['realm']
163 auth.add_password(self.realm, host, username, password)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h351 const u8 **realm, size_t *realm_len,
481 const u8 **realm, size_t *realm_len, in eapol_sm_get_erp_info()
479 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.h366 const u8 **realm, size_t *realm_len,
496 const u8 **realm, size_t *realm_len, in eapol_sm_get_erp_info()
494 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
/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c704 * add this inode to the appropriate snap realm in ceph_add_cap()
706 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap() local
708 if (realm) { in ceph_add_cap()
716 spin_lock(&realm->inodes_with_caps_lock); in ceph_add_cap()
718 &realm->inodes_with_caps); in ceph_add_cap()
719 ci->i_snap_realm = realm; in ceph_add_cap()
720 if (realm->ino == ci->i_vino.ino) in ceph_add_cap()
721 realm->inode = inode; in ceph_add_cap()
722 spin_unlock(&realm->inodes_with_caps_lock); in ceph_add_cap()
727 pr_err("ceph_add_cap: couldn't find snap realm in ceph_add_cap()
1121 struct ceph_snap_realm *realm = ci->i_snap_realm; drop_inode_snap_realm() local
4102 struct ceph_snap_realm *realm = NULL; ceph_handle_caps() local
[all...]
H A Dinode.c570 struct ceph_snap_realm *realm = ci->i_snap_realm; in ceph_evict_inode() local
571 dout(" dropping residual ref to snap realm %p\n", in ceph_evict_inode()
572 realm); in ceph_evict_inode()
573 spin_lock(&realm->inodes_with_caps_lock); in ceph_evict_inode()
576 if (realm->ino == ci->i_vino.ino) in ceph_evict_inode()
577 realm->inode = NULL; in ceph_evict_inode()
578 spin_unlock(&realm->inodes_with_caps_lock); in ceph_evict_inode()
579 ceph_put_snap_realm(mdsc, realm); in ceph_evict_inode()
986 le64_to_cpu(info->cap.realm), in ceph_fill_inode()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_sim.c406 const u8 *realm = NULL; in eap_sim_learn_ids() local
414 /* Look for the realm of the permanent identity */ in eap_sim_learn_ids()
417 for (realm = identity, realm_len = identity_len; in eap_sim_learn_ids()
418 realm_len > 0; realm_len--, realm++) { in eap_sim_learn_ids()
419 if (*realm == '@') in eap_sim_learn_ids()
435 realm, realm_len); in eap_sim_learn_ids()
H A Deap.h376 const u8 **realm, size_t *realm_len, u16 *erp_seq_num,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_sim.c408 const u8 *realm = NULL; in eap_sim_learn_ids() local
416 /* Look for the realm of the permanent identity */ in eap_sim_learn_ids()
419 for (realm = identity, realm_len = identity_len; in eap_sim_learn_ids()
420 realm_len > 0; realm_len--, realm++) { in eap_sim_learn_ids()
421 if (*realm == '@') in eap_sim_learn_ids()
437 realm, realm_len); in eap_sim_learn_ids()
H A Deap.h375 const u8 **realm, size_t *realm_len, u16 *erp_seq_num,
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js195 Realm.eval = function(realm, code) { return eval(code) };
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_shared.c926 struct fils_realm *realm; in hostapd_eid_fils_indic() local
967 dl_list_for_each(realm, &hapd->conf->fils_realms, struct fils_realm, in hostapd_eid_fils_indic()
972 os_memcpy(pos, realm->hash, 2); in hostapd_eid_fils_indic()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_shared.c881 struct fils_realm *realm; in hostapd_eid_fils_indic() local
922 dl_list_for_each(realm, &hapd->conf->fils_realms, struct fils_realm, in hostapd_eid_fils_indic()
927 os_memcpy(pos, realm->hash, 2); in hostapd_eid_fils_indic()

Completed in 33 milliseconds

12345