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

  /external/srtp/srtp/
srtp.c 135 &str->rtcp_auth,
151 auth_dealloc(str->rtcp_auth);
209 if (!stream_template || stream->rtcp_auth != stream_template->rtcp_auth) {
210 status = auth_dealloc(stream->rtcp_auth);
251 str->rtcp_auth = stream_template->rtcp_auth;
450 tmp_key, auth_get_key_length(srtp->rtcp_auth));
453 auth_get_key_length(srtp->rtcp_auth)));
456 stat = auth_init(srtp->rtcp_auth, tmp_key)
    [all...]
  /external/srtp/include/
srtp_priv.h 223 auth_t *rtcp_auth; member in struct:srtp_stream_ctx_t
  /external/srtp/test/
srtp_driver.c 1003 stream->rtcp_auth->type->description,
1029 stream->rtcp_auth->type->description,
    [all...]

Completed in 837 milliseconds