Searched refs:srtp_stream_t (Results 1 – 7 of 7) sorted by relevance
69 typedef srtp_stream_ctx_t *srtp_stream_t; typedef79 srtp_stream_t srtp_get_stream(srtp_t srtp, uint32_t ssrc);104 srtp_err_status_t srtp_stream_init(srtp_stream_t srtp, const srtp_policy_t *p);
131 srtp_err_status_t srtp_stream_init_from_ekt(srtp_stream_t stream,170 const srtp_stream_t *s,
168 srtp_err_status_t srtp_stream_init_from_ekt(srtp_stream_t stream, in srtp_stream_init_from_ekt()
2770 srtp_get_trailer_length(const srtp_stream_t s) {2813 srtp_stream_t next = stream->next; in srtp_dealloc()2836 srtp_stream_t tmp; in srtp_add_stream()2992 srtp_stream_t new_stream_template; in update_template_streams()2993 srtp_stream_t new_stream_list = NULL; in update_template_streams()3014 srtp_stream_t stream; in update_template_streams()3040 srtp_stream_t next = new_stream_list->next; in update_template_streams()3053 srtp_stream_t next = new_stream_list->next; in update_template_streams()3075 srtp_stream_t tail = new_stream_list; in update_template_streams()3091 srtp_stream_t stream; in update_stream()[all …]
96 PR #234 - Report SSRC instead of srtp_stream_t in srtp_event_data_t97 srtp_stream_t is an opaque type making the event framework almost useless.
113 The typedef `srtp_stream_t` points to a structure holding all of the116 anti-replay data. A particular `srtp_stream_t` holds the information
1434 srtp_stream_t stream; in srtp_session_print_policy()2514 srtp_stream_t stream; in srtp_test_remove_stream()2521 extern srtp_stream_t srtp_get_stream(srtp_t srtp, uint32_t ssrc); in srtp_test_remove_stream()