Home
last modified time | relevance | path

Searched refs:srtp_stream_ctx_t (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/srtp/src/include/
H A Dsrtp_priv.h209 typedef struct srtp_stream_ctx_t { struct
223 struct srtp_stream_ctx_t *next; /* linked list of streams */ argument
224 } srtp_stream_ctx_t; typedef
232 srtp_stream_ctx_t *stream_list; /* linked list of streams */
233 srtp_stream_ctx_t *stream_template; /* act as template for other streams */
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/include/
H A Dsrtp_priv.h67 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
68 typedef srtp_stream_ctx_t *srtp_stream_t;
84 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
94 srtp_stream_ctx_t *srtp,
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
86 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
94 srtp_err_status_t srtp_steam_init_all_master_keys(srtp_stream_ctx_t *srtp,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsrtp/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/net/libsrtp2/libsrtp-2.4.2/include/
H A Dsrtp_priv.h67 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
68 typedef srtp_stream_ctx_t *srtp_stream_t;
84 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
94 srtp_stream_ctx_t *srtp,
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/include/
H A Dsrtp_priv.h67 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
68 typedef srtp_stream_ctx_t *srtp_stream_t;
84 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
94 srtp_stream_ctx_t *srtp,
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/srtp/src/include/
H A Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/srtp/src/srtp/
H A Dsrtp.c76 srtp_stream_ctx_t *str; in srtp_stream_alloc()
88 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
256 srtp_stream_ctx_t *str; in srtp_stream_clone()
261 str = (srtp_stream_ctx_t *) crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
717 srtp_stream_ctx_t *stream; in srtp_protect()
962 srtp_stream_ctx_t *stream; in srtp_unprotect()
1288 srtp_stream_ctx_t *
1290 srtp_stream_ctx_t *stream; in srtp_get_stream()
1306 srtp_stream_ctx_t *stream; in srtp_dealloc()
1627 srtp_stream_ctx_t *stream; in srtp_protect_rtcp()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/srtp/
H A Dsrtp.c199 srtp_stream_ctx_t *str; in srtp_stream_alloc()
213 str = (srtp_stream_ctx_t *) srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
357 srtp_stream_dealloc(srtp_stream_ctx_t *stream, srtp_stream_ctx_t *stream_template) { in srtp_stream_dealloc()
494 srtp_stream_ctx_t *str; in srtp_stream_clone()
502 str = (srtp_stream_ctx_t *) srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
2342 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2746 srtp_stream_ctx_t *
2748 srtp_stream_ctx_t *stream; in srtp_get_stream()
2764 srtp_stream_ctx_t *stream; in srtp_dealloc()
3841 srtp_stream_ctx_t *stream; in srtp_protect_rtcp_mki()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/srtp/
H A Dsrtp.c200 srtp_stream_ctx_t *str; in srtp_stream_alloc()
214 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
501 srtp_stream_ctx_t *str; in srtp_stream_clone()
509 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
845 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
877 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1423 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2101 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2426 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2825 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/srtp/
H A Dsrtp.c285 srtp_stream_ctx_t *str; in srtp_stream_alloc()
299 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
454 srtp_stream_ctx_t *str; in srtp_stream_clone()
462 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
798 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
831 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1376 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2054 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2382 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2781 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/srtp/
H A Dsrtp.c285 srtp_stream_ctx_t *str; in srtp_stream_alloc()
299 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
454 srtp_stream_ctx_t *str; in srtp_stream_clone()
462 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
798 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
831 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1377 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2055 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2383 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2782 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/srtp/
H A Dsrtp.c285 srtp_stream_ctx_t *str; in srtp_stream_alloc()
299 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
454 srtp_stream_ctx_t *str; in srtp_stream_clone()
462 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
798 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
831 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1377 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2055 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2383 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2782 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/srtp/
H A Dsrtp.c293 srtp_stream_ctx_t *str; in srtp_stream_alloc()
312 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
460 srtp_stream_ctx_t *str; in srtp_stream_clone()
468 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
820 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
853 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1404 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2082 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2410 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2792 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/srtp/
H A Dsrtp.c286 srtp_stream_ctx_t *str; in srtp_stream_alloc()
300 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
455 srtp_stream_ctx_t *str; in srtp_stream_clone()
463 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
799 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
832 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1378 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2056 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2384 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2783 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsrtp/srtp/
H A Dsrtp.c285 srtp_stream_ctx_t *str; in srtp_stream_alloc()
299 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
454 srtp_stream_ctx_t *str; in srtp_stream_clone()
462 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
798 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
831 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1377 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2055 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2383 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2782 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/net/libsrtp2/libsrtp-2.4.2/srtp/
H A Dsrtp.c293 srtp_stream_ctx_t *str; in srtp_stream_alloc()
312 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
460 srtp_stream_ctx_t *str; in srtp_stream_clone()
468 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
820 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
853 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1404 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2082 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2410 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2792 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/srtp/
H A Dsrtp.c293 srtp_stream_ctx_t *str; in srtp_stream_alloc()
312 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
460 srtp_stream_ctx_t *str; in srtp_stream_clone()
468 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
820 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
853 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1404 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2082 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2410 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2792 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/srtp/
H A Dsrtp.c286 srtp_stream_ctx_t *str; in srtp_stream_alloc()
300 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
455 srtp_stream_ctx_t *str; in srtp_stream_clone()
463 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
799 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
832 srtp_stream_ctx_t *srtp, in srtp_stream_init_all_master_keys()
1378 srtp_stream_ctx_t *stream, in srtp_process_header_encryption()
2056 srtp_stream_ctx_t *stream; in srtp_protect_mki()
2384 srtp_stream_ctx_t *stream; in srtp_unprotect_mki()
2783 srtp_stream_ctx_t *stream; in srtp_get_stream()
[all …]

12