HomeSort by relevance Sort by last modified time
    Searched refs:srtp_stream_t (Results 1 - 6 of 6) sorted by null

  /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/srtp/
ekt.c 163 srtp_stream_init_from_ekt(srtp_stream_t stream,
srtp.c     [all...]
  /external/srtp/test/
srtp_driver.c 980 srtp_stream_t stream;
    [all...]

Completed in 23 milliseconds