/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsession.c | 656 rtp_session_init (RTPSession * sess) in rtp_session_init() 739 RTPSession *sess; in rtp_session_finalize() local 775 rtp_session_create_sources (RTPSession * sess) in rtp_session_create_sources() 808 rtp_session_create_stats (RTPSession * sess) in rtp_session_create_stats() 838 RTPSession *sess; in rtp_session_set_property() local 940 RTPSession *sess; in rtp_session_get_property() local 1023 on_new_ssrc (RTPSession * sess, RTPSource * source) in on_new_ssrc() 1033 on_ssrc_collision (RTPSession * sess, RTPSource * source) in on_ssrc_collision() 1044 on_ssrc_validated (RTPSession * sess, RTPSource * source) in on_ssrc_validated() 1055 on_ssrc_active (RTPSession * sess, RTPSource * source) in on_ssrc_active() [all …]
|
D | gstrtpsession.c | 249 #define GST_RTP_SESSION_LOCK(sess) g_mutex_lock (&(sess)->priv->lock) argument 250 #define GST_RTP_SESSION_UNLOCK(sess) g_mutex_unlock (&(sess)->priv->lock) argument 252 #define GST_RTP_SESSION_WAIT(sess) g_cond_wait (&(sess)->priv->cond, &(sess)->priv->lock) argument 253 #define GST_RTP_SESSION_SIGNAL(sess) g_cond_signal (&(sess)->priv->cond) argument 366 on_new_ssrc (RTPSession * session, RTPSource * src, GstRtpSession * sess) in on_new_ssrc() 373 on_ssrc_collision (RTPSession * session, RTPSource * src, GstRtpSession * sess) in on_ssrc_collision() 411 on_ssrc_validated (RTPSession * session, RTPSource * src, GstRtpSession * sess) in on_ssrc_validated() 418 on_ssrc_active (RTPSession * session, RTPSource * src, GstRtpSession * sess) in on_ssrc_active() 425 on_ssrc_sdes (RTPSession * session, RTPSource * src, GstRtpSession * sess) in on_ssrc_sdes() 443 on_bye_ssrc (RTPSession * session, RTPSource * src, GstRtpSession * sess) in on_bye_ssrc() [all …]
|
D | gstrtpbin.c | 476 #define GST_RTP_SESSION_LOCK(sess) g_mutex_lock (&(sess)->lock) argument 477 #define GST_RTP_SESSION_UNLOCK(sess) g_mutex_unlock (&(sess)->lock) argument 561 GstRtpBinSession *sess = (GstRtpBinSession *) walk->data; in find_session_by_id() local 582 GstRtpBinSession *sess = (GstRtpBinSession *) walk->data; in find_session_by_pad() local 594 on_new_ssrc (GstElement * session, guint32 ssrc, GstRtpBinSession * sess) in on_new_ssrc() 601 on_ssrc_collision (GstElement * session, guint32 ssrc, GstRtpBinSession * sess) in on_ssrc_collision() 608 on_ssrc_validated (GstElement * session, guint32 ssrc, GstRtpBinSession * sess) in on_ssrc_validated() 615 on_ssrc_active (GstElement * session, guint32 ssrc, GstRtpBinSession * sess) in on_ssrc_active() 622 on_ssrc_sdes (GstElement * session, guint32 ssrc, GstRtpBinSession * sess) in on_ssrc_sdes() 629 on_bye_ssrc (GstElement * session, guint32 ssrc, GstRtpBinSession * sess) in on_bye_ssrc() [all …]
|
D | rtpsession.h | 32 #define RTP_SESSION(sess) (G_TYPE_CHECK_INSTANCE_CAST((sess),RTP_TYPE_SESSION,RTPSession… argument 34 #define RTP_IS_SESSION(sess) (G_TYPE_CHECK_INSTANCE_TYPE((sess),RTP_TYPE_SESSION)) argument 36 #define RTP_SESSION_CAST(sess) ((RTPSession *)(sess)) argument 38 #define RTP_SESSION_LOCK(sess) (g_mutex_lock (&(sess)->lock)) argument 39 #define RTP_SESSION_UNLOCK(sess) (g_mutex_unlock (&(sess)->lock)) argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_eke_common.c | 303 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key() 342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp() 377 int eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, in eap_eke_shared_secret() 422 int eap_eke_derive_ke_ki(struct eap_eke_session *sess, in eap_eke_derive_ke_ki() 476 int eap_eke_derive_ka(struct eap_eke_session *sess, in eap_eke_derive_ka() 521 int eap_eke_derive_msk(struct eap_eke_session *sess, in eap_eke_derive_msk() 583 int eap_eke_prot(struct eap_eke_session *sess, in eap_eke_prot() 637 int eap_eke_decrypt_prot(struct eap_eke_session *sess, in eap_eke_decrypt_prot() 686 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth() 699 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_eke_common.c | 303 int eap_eke_derive_key(struct eap_eke_session *sess, in eap_eke_derive_key() 342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp() 377 int eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key, in eap_eke_shared_secret() 422 int eap_eke_derive_ke_ki(struct eap_eke_session *sess, in eap_eke_derive_ke_ki() 476 int eap_eke_derive_ka(struct eap_eke_session *sess, in eap_eke_derive_ka() 521 int eap_eke_derive_msk(struct eap_eke_session *sess, in eap_eke_derive_msk() 583 int eap_eke_prot(struct eap_eke_session *sess, in eap_eke_prot() 637 int eap_eke_decrypt_prot(struct eap_eke_session *sess, in eap_eke_decrypt_prot() 686 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth() 699 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_server.c | 287 void srv_log(struct radius_session *sess, const char *fmt, ...) in srv_log() 373 struct radius_session *sess = client->sessions; in radius_server_get_session() local 387 struct radius_session *sess) in radius_server_session_free() 403 struct radius_session *sess) in radius_server_session_remove() 432 struct radius_session *sess = timeout_ctx; in radius_server_session_remove_timeout() local 441 struct radius_session *sess = timeout_ctx; in radius_server_session_timeout() local 452 struct radius_session *sess; in radius_server_new_session() local 477 static void radius_server_testing_options_tls(struct radius_session *sess, in radius_server_testing_options_tls() 523 static void radius_server_testing_options(struct radius_session *sess, in radius_server_testing_options() 566 struct radius_session *sess; in radius_server_get_new_session() local [all …]
|
/third_party/nghttp2/src/ |
D | asio_client_request_impl.cc | 38 auto sess = strm_->session(); in write_trailer() local 43 auto sess = strm_->session(); in cancel() local 86 auto sess = strm_->session(); in resume() local
|
D | asio_client_session_impl.cc | 176 auto sess = static_cast<session_impl *>(user_data); in on_begin_headers_callback() local 188 auto sess = static_cast<session_impl *>(user_data); in on_header_callback() local 282 auto sess = static_cast<session_impl *>(user_data); in on_frame_recv_callback() local 341 auto sess = static_cast<session_impl *>(user_data); in on_data_chunk_recv_callback() local 357 auto sess = static_cast<session_impl *>(user_data); in on_stream_close_callback() local 606 session_impl &sess; member
|
D | asio_client_stream.cc | 35 stream::stream(session_impl *sess) : sess_(sess), stream_id_(0) { in stream()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_server.c | 430 void srv_log(struct radius_session *sess, const char *fmt, ...) in srv_log() 516 struct radius_session *sess = client->sessions; in radius_server_get_session() local 530 struct radius_session *sess) in radius_server_session_free() 546 struct radius_session *sess) in radius_server_session_remove() 575 struct radius_session *sess = timeout_ctx; in radius_server_session_remove_timeout() local 584 struct radius_session *sess = timeout_ctx; in radius_server_session_timeout() local 595 struct radius_session *sess; in radius_server_new_session() local 620 static void radius_server_testing_options_tls(struct radius_session *sess, in radius_server_testing_options_tls() 666 static void radius_server_testing_options(struct radius_session *sess, in radius_server_testing_options() 709 struct radius_session *sess; in radius_server_get_new_session() local [all …]
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-session.c | 206 lws_tls_session_new_cb(SSL *ssl, SSL_SESSION *sess) in lws_tls_session_new_cb() 315 SSL_SESSION *sess; in lws_sess_cache_synth_cb() local 419 SSL_SESSION *sess = NULL; /* allow it to "bail" early */ in lws_tls_session_dump_load() local
|
/third_party/openssl/test/ |
D | sslapitest.c | 400 SSL_SESSION *sess = NULL; in test_keylog_no_master_key() local 605 SSL_SESSION *sess = NULL, *sesspre, *sesspost; in test_ccs_change_cipher() local 991 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) in new_session_cb() 1002 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() 1348 static int new_cachesession_cb(SSL *ssl, SSL_SESSION *sess) in new_cachesession_cb() 2012 size_t *idlen, SSL_SESSION **sess) in use_session_cb() 2073 size_t identity_len, SSL_SESSION **sess) in find_session_cb() 2152 SSL_SESSION *sess = NULL; in create_a_psk() local 2175 SSL **serverssl, SSL_SESSION **sess, int idx) in setupearly_data_test() 2269 SSL_SESSION *sess = NULL; in test_early_data_read_write() local [all …]
|
D | clienthellotest.c | 73 SSL_SESSION *sess = NULL; in test_client_hello() local
|
D | tls13ccstest.c | 251 SSL_SESSION *sess = NULL; in test_tls13ccs() local
|
D | dtlstest.c | 156 SSL_SESSION *sess = NULL; in test_dtls_drop_records() local
|
/third_party/openssl/crypto/engine/ |
D | eng_devcrypto.c | 40 static int clean_devcrypto_session(struct session_op *sess) { in clean_devcrypto_session() 60 struct session_op sess; member 347 struct session_op sess; in prepare_cipher_methods() local 461 struct session_op sess; member
|
/third_party/nghttp2/examples/ |
D | asio-cl.cc | 58 auto sess = scheme == "https" ? session(io_service, tls_ctx, host, service) in main() local
|
D | asio-cl2.cc | 82 auto sess = scheme == "https" ? session(io_service, tls_ctx, host, service) in main() local
|
/third_party/mindspore/tests/ut/cpp/session/ |
D | session_basic_test.cc | 71 session::SessionPtr sess = std::make_shared<session::AscendSession>(); in TEST_F() local
|
/third_party/openssl/ssl/record/ |
D | ssl3_record.c | 107 SSL_SESSION *sess = s->session; in early_data_count_ok() local 180 SSL_SESSION *sess; in ssl3_get_record() local 1608 SSL_SESSION *sess; in dtls1_process_record() local
|
/third_party/openssl/ssl/ |
D | ssl_sess.c | 41 SSL_SESSION *sess; in SSL_get1_session() local 1147 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb() 1157 void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/ |
D | model_converter.cc | 46 std::shared_ptr<ge::Session> sess = transform::DfGraphManager::GetInstance().GetGeSession(); in CreateSessionAndGraphRunner() local
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtpdec.c | 168 GstRTPDecSession *sess = (GstRTPDecSession *) walk->data; in find_session_by_id() local 180 GstRTPDecSession *sess; in create_session() local
|
/third_party/mindspore/tests/ut/cpp/pre_activate/mem_reuse/ |
D | mem_reuse_test.cc | 181 session::SessionPtr sess = std::make_shared<session::AscendSession>(); in CreateGraphWithExecOrder() local
|