Home
last modified time | relevance | path

Searched defs:sess (Results 1 – 25 of 54) sorted by relevance

123

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c656 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 …]
Dgstrtpsession.c249 #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 …]
Dgstrtpbin.c476 #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 …]
Drtpsession.h32 #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/
Deap_eke_common.c303 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/
Deap_eke_common.c303 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/
Dradius_server.c287 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/
Dasio_client_request_impl.cc38 auto sess = strm_->session(); in write_trailer() local
43 auto sess = strm_->session(); in cancel() local
86 auto sess = strm_->session(); in resume() local
Dasio_client_session_impl.cc176 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
Dasio_client_stream.cc35 stream::stream(session_impl *sess) : sess_(sess), stream_id_(0) { in stream()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.c430 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/
Dopenssl-session.c206 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/
Dsslapitest.c400 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 …]
Dclienthellotest.c73 SSL_SESSION *sess = NULL; in test_client_hello() local
Dtls13ccstest.c251 SSL_SESSION *sess = NULL; in test_tls13ccs() local
Ddtlstest.c156 SSL_SESSION *sess = NULL; in test_dtls_drop_records() local
/third_party/openssl/crypto/engine/
Deng_devcrypto.c40 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/
Dasio-cl.cc58 auto sess = scheme == "https" ? session(io_service, tls_ctx, host, service) in main() local
Dasio-cl2.cc82 auto sess = scheme == "https" ? session(io_service, tls_ctx, host, service) in main() local
/third_party/mindspore/tests/ut/cpp/session/
Dsession_basic_test.cc71 session::SessionPtr sess = std::make_shared<session::AscendSession>(); in TEST_F() local
/third_party/openssl/ssl/record/
Dssl3_record.c107 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/
Dssl_sess.c41 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/
Dmodel_converter.cc46 std::shared_ptr<ge::Session> sess = transform::DfGraphManager::GetInstance().GetGeSession(); in CreateSessionAndGraphRunner() local
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtpdec.c168 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/
Dmem_reuse_test.cc181 session::SessionPtr sess = std::make_shared<session::AscendSession>(); in CreateGraphWithExecOrder() local

123