/external/srtp/include/ |
srtp_priv.h | 169 srtp_stream_t 174 * srtp_stream_init_keys(s, k) (re)initializes the srtp_stream_t s by 180 srtp_stream_init_keys(srtp_stream_t srtp, const void *key); 183 * srtp_stream_init(s, p) initializes the srtp_stream_t s to 187 srtp_stream_init(srtp_stream_t srtp, 195 srtp_stream_uninit_and_dealloc(srtp_stream_t stream, 196 srtp_stream_t stream_template); 209 * an srtp_stream_t has its own SSRC, encryption key, authentication
|
ekt.h | 141 srtp_stream_init_from_ekt(srtp_stream_t stream, 187 srtp_stream_srtcp_auth_tag_generation_preprocess(const srtp_stream_t *s,
|
srtp.h | 253 * @brief An srtp_stream_t points to an SRTP stream structure. 255 * The typedef srtp_stream_t is a pointer to a structure that 264 typedef struct srtp_stream_ctx_t *srtp_stream_t; typedef in typeref:struct:srtp_stream_ctx_t 887 srtp_stream_t stream; /**< The stream in which the event happend. */
|
/external/srtp/googlepatches/ |
google-9-rdbx-leak-plug.patch | 5 @@ -189,6 +189,13 @@ srtp_stream_init(srtp_stream_t srtp, 12 +srtp_stream_uninit_and_dealloc(srtp_stream_t stream, 13 + srtp_stream_t stream_template); 224 srtp_stream_t next = stream->next;
|
vidyo-1-srtp-win.patch | 100 @@ -161,7 +161,7 @@ srtp_stream_init_from_ekt(srtp_stream_t 109 @@ -179,7 +179,7 @@ srtp_stream_init_from_ekt(srtp_stream_t
|
/external/srtp/srtp/ |
ekt.c | 163 srtp_stream_init_from_ekt(srtp_stream_t stream,
|
srtp.c | [all...] |
/external/srtp/doc/ |
intro.txt | 290 The typedef srtp_stream_t points to a structure holding all of the 293 anti-replay data. A particular srtp_stream_t holds the information
|
/external/srtp/test/ |
srtp_driver.c | 980 srtp_stream_t stream; [all...] |