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

  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 129 &str->rtp_auth,
141 auth_dealloc(str->rtp_auth);
155 auth_dealloc(str->rtp_auth);
169 auth_dealloc(str->rtp_auth);
181 auth_dealloc(str->rtp_auth);
213 && stream->rtp_auth == session->stream_template->rtp_auth) {
216 status = auth_dealloc(stream->rtp_auth);
293 str->rtp_auth = stream_template->rtp_auth;
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 212 auth_t *rtp_auth; member in struct:srtp_stream_ctx_t
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 598 if (srtp_context && srtp_context->rtp_auth) {
600 srtp_context->rtp_auth->state);
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 1055 stream->rtp_auth->type->description,
1081 stream->rtp_auth->type->description,
    [all...]

Completed in 180 milliseconds