Home
last modified time | relevance | path

Searched defs:realm (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/ffmpeg/libavformat/
H A Dhttpauth.h63 char realm[200]; member
/third_party/curl/lib/vauth/
H A Dvauth.c57 Curl_auth_build_spn(const char *service, const char *host, const char *realm) Curl_auth_build_spn() argument
74 Curl_auth_build_spn(const char *service, const char *host, const char *realm) Curl_auth_build_spn() argument
[all...]
/third_party/node/test/cctest/
H A Dtest_base_object_ptr.cc51 Realm* realm = env->principal_realm(); in TEST_F() local
66 Realm* realm = env->principal_realm(); in TEST_F() local
85 Realm* realm = env->principal_realm(); in TEST_F() local
103 Realm* realm = env->principal_realm(); TEST_F() local
136 Realm* realm = env->principal_realm(); TEST_F() local
175 Realm* realm = env->principal_realm(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbasicauth.c116 MHD_queue_basic_auth_fail_response(struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) MHD_queue_basic_auth_fail_response() argument
H A Ddigestauth.c99 digest_calc_ha1(const char *alg, const char *username, const char *realm, const char *password, const char *nonce, const char *cnonce, char *sessionkey) digest_calc_ha1() argument
397 calculate_nonce(uint32_t nonce_time, const char *method, const char *rnd, size_t rnd_size, const char *uri, const char *realm, char *nonce) calculate_nonce() argument
562 MHD_digest_auth_check(struct MHD_Connection *connection, const char *realm, const char *username, const char *password, unsigned int nonce_timeout) MHD_digest_auth_check() argument
800 MHD_queue_auth_fail_response(struct MHD_Connection *connection, const char *realm, const char *opaque, struct MHD_Response *response, int signal_stale) MHD_queue_auth_fail_response() argument
[all...]
/third_party/python/Lib/distutils/
H A Dconfig.py28 realm = None variable in PyPIRCCommand
/third_party/node/src/
H A Dbase_object.cc16 BaseObject::BaseObject(Realm* realm, Local<Object> object) in BaseObject() argument
H A Dnode_process_object.cc81 MaybeLocal<Object> CreateProcessObject(Realm* realm) { in CreateProcessObject() argument
H A Dbase_object-inl.h75 Realm* BaseObject::realm() const { in realm() function in node::BaseObject
H A Dnode_v8.cc95 BindingData::BindingData(Realm* realm, Local<Object> obj) in BindingData() argument
135 Realm* realm in Deserialize() local
398 Realm* realm = Realm::GetCurrent(context); Initialize() local
[all...]
H A Dnode_util.cc201 WeakReference::WeakReference(Realm* realm, in WeakReference() argument
206 WeakReference::WeakReference(Realm* realm, in WeakReference() argument
272 Realm* realm = Realm::GetCurrent(args); in New() local
H A Dnode_url.cc31 BindingData::BindingData(Realm* realm, v8::Local<v8::Object> object) in BindingData() argument
64 Realm* realm = Realm::GetCurrent(context); in Deserialize() local
343 Realm* realm = Realm::GetCurrent(context); in Initialize() local
H A Dnode_http2_state.h86 Http2State(Realm* realm, v8::Local<v8::Object> obj) in Http2State() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddigest_auth_example.c46 const char *realm = "test@example.com"; in ahc_echo() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp154 std::string RtspCommon::GenerateAuthorization(const std::string &username, const std::string &realm, in GenerateAuthorization() argument
/third_party/node/src/quic/
H A Dbindingdata.cc72 BindingData::BindingData(Realm* realm, Local<Object> object) in BindingData() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-util.c187 int pa_raop_digest_response(const char *user, const char *realm, const char *password, in pa_raop_digest_response() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_digestauth.c82 const char *realm = "test@example.com"; in ahc_echo() local
H A Dtest_digestauth_with_arguments.c81 const char *realm = "test@example.com"; in ahc_echo() local
/kernel/linux/linux-5.10/fs/ceph/
H A Dquota.c213 struct ceph_snap_realm *realm, *next; in get_quota_realm() local
126 lookup_quotarealm_inode(struct ceph_mds_client *mdsc, struct super_block *sb, struct ceph_snap_realm *realm) lookup_quotarealm_inode() argument
318 struct ceph_snap_realm *realm, *next; check_quota_exceeded() local
480 struct ceph_snap_realm *realm; ceph_quota_update_statfs() local
[all...]
H A Dsnap.c65 ceph_get_snap_realm(struct ceph_mds_client *mdsc, struct ceph_snap_realm *realm) ceph_get_snap_realm() argument
116 struct ceph_snap_realm *realm; ceph_create_snap_realm() local
182 __destroy_snap_realm(struct ceph_mds_client *mdsc, struct ceph_snap_realm *realm) __destroy_snap_realm() argument
206 __put_snap_realm(struct ceph_mds_client *mdsc, struct ceph_snap_realm *realm) __put_snap_realm() argument
222 ceph_put_snap_realm(struct ceph_mds_client *mdsc, struct ceph_snap_realm *realm) ceph_put_snap_realm() argument
247 struct ceph_snap_realm *realm; __cleanup_empty_realms() local
278 adjust_snap_realm_parent(struct ceph_mds_client *mdsc, struct ceph_snap_realm *realm, u64 parentino) adjust_snap_realm_parent() argument
322 build_snap_context(struct ceph_snap_realm *realm, struct list_head* dirty_realms) build_snap_context() argument
420 rebuild_snap_realms(struct ceph_snap_realm *realm, struct list_head *dirty_realms) rebuild_snap_realms() argument
662 queue_realm_cap_snaps(struct ceph_snap_realm *realm) queue_realm_cap_snaps() argument
702 struct ceph_snap_realm *realm; ceph_update_snap_trace() local
883 struct ceph_snap_realm *realm = NULL; ceph_handle_snap() local
[all...]
/kernel/linux/linux-5.10/include/keys/
H A Drxrpc-type.h41 char *realm; /* parts of the realm part of the principal */ member
/kernel/linux/linux-6.6/fs/ceph/
H A Dquota.c216 struct ceph_snap_realm *realm, *next; in get_quota_realm() local
128 lookup_quotarealm_inode(struct ceph_mds_client *mdsc, struct super_block *sb, struct ceph_snap_realm *realm) lookup_quotarealm_inode() argument
326 struct ceph_snap_realm *realm, *next; check_quota_exceeded() local
487 struct ceph_snap_realm *realm; ceph_quota_update_statfs() local
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c119 ask_for_authentication (struct MHD_Connection *connection, const char *realm) in ask_for_authentication() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp192 const std::string &realm = "realm"; in HWTEST_F() local

Completed in 13 milliseconds

1234