/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/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/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/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/rust/crates/syn/tests/common/ |
D | parse.rs | 16 let sess = ParseSess::new(FilePathMapping::empty()); in librustc_expr() localVariable
|
/third_party/openssl/test/ |
D | clienthellotest.c | 73 SSL_SESSION *sess = NULL; in test_client_hello() local
|
D | sslapitest.c | 433 SSL_SESSION *sess = NULL; in test_keylog_no_master_key() local 849 SSL_SESSION *sess = NULL, *sesspre, *sesspost; in test_ccs_change_cipher() local 1990 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) in new_session_cb() 2001 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess) in remove_session_cb() 2394 static int new_cachesession_cb(SSL *ssl, SSL_SESSION *sess) in new_cachesession_cb() 3214 size_t *idlen, SSL_SESSION **sess) in use_session_cb() 3275 size_t identity_len, SSL_SESSION **sess) in find_session_cb() 3354 SSL_SESSION *sess = NULL; in create_a_psk() local 3387 SSL **serverssl, SSL_SESSION **sess, int idx, in setupearly_data_test() 3482 SSL_SESSION *sess = NULL; in test_early_data_read_write() local [all …]
|
D | tls13ccstest.c | 251 SSL_SESSION *sess = NULL; in test_tls13ccs() local
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
D | ssl3_record.c | 108 SSL_SESSION *sess = s->session; in early_data_count_ok() local 180 SSL_SESSION *sess; in ssl3_get_record() local 1516 SSL_SESSION *sess; in dtls1_process_record() local
|
/third_party/openssl/ssl/record/ |
D | ssl3_record.c | 108 SSL_SESSION *sess = s->session; in early_data_count_ok() local 180 SSL_SESSION *sess; in ssl3_get_record() local 1516 SSL_SESSION *sess; in dtls1_process_record() local
|
/third_party/openssl/engines/ |
D | e_devcrypto.c | 86 static int clean_devcrypto_session(session_op_t *sess) { in clean_devcrypto_session() 106 session_op_t sess; member 428 session_op_t sess; in prepare_cipher_methods() local 675 session_op_t sess; member
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_devcrypto.c | 86 static int clean_devcrypto_session(session_op_t *sess) { in clean_devcrypto_session() 106 session_op_t sess; member 428 session_op_t sess; in prepare_cipher_methods() local 675 session_op_t sess; member
|
/third_party/rust/crates/syn/benches/ |
D | rust.rs | 77 let sess = ParseSess::with_span_handler(handler, cm); in bench() localVariable
|
/third_party/openssl/ssl/ |
D | ssl_sess.c | 97 SSL_SESSION *sess; in SSL_get1_session() local 1280 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb() 1290 void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | ssl_sess.c | 97 SSL_SESSION *sess; in SSL_get1_session() local 1280 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb() 1290 void (*cb) (SSL_CTX *ctx, SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
|
/third_party/rust/crates/syn/tests/ |
D | test_round_trip.rs | 96 let sess = ParseSess::new(FilePathMapping::empty()); in test() localVariable
|
/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/node/src/crypto/ |
D | crypto_tls.cc | 131 int NewSessionCallback(SSL* s, SSL_SESSION* sess) { in NewSessionCallback() 1666 SSL_SESSION* sess = SSL_get_session(w->ssl_.get()); in GetSession() local 1700 SSLSessionPointer sess = GetTLSSession(sbuf.data(), sbuf.length()); in SetSession() local 1760 SSL_SESSION* sess = d2i_SSL_SESSION(nullptr, &p, sbuf.length()); in LoadSession() local 1908 SSL_SESSION* sess = SSL_get_session(w->ssl_.get()); in GetTLSTicket() local
|
/third_party/node/deps/openssl/openssl/apps/ |
D | s_server.c | 192 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb() 3694 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local 3734 simple_ssl_session *sess; in get_session() local 3749 simple_ssl_session *sess, *prev = NULL; in del_session() local 3780 simple_ssl_session *sess, *tsess; in free_sessions() local
|
/third_party/openssl/apps/ |
D | s_server.c | 192 size_t identity_len, SSL_SESSION **sess) in psk_find_session_cb() 3694 simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session"); in add_session() local 3734 simple_ssl_session *sess; in get_session() local 3749 simple_ssl_session *sess, *prev = NULL; in del_session() local 3780 simple_ssl_session *sess, *tsess; in free_sessions() local
|