Searched refs:rtp_auth (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c129 &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/srtp/srtp/
H A Dsrtp.c107 &str->rtp_auth,
157 auth_dealloc(str->rtp_auth);
184 if (!stream_template || stream->rtp_auth != stream_template->rtp_auth) {
185 status = auth_dealloc(stream->rtp_auth);
249 str->rtp_auth = stream_template->rtp_auth;
401 tmp_key, auth_get_key_length(srtp->rtp_auth));
404 auth_get_key_length(srtp->rtp_auth)));
407 stat = auth_init(srtp->rtp_auth, tmp_ke
[all...]
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp_priv.h212 auth_t *rtp_auth; member in struct:srtp_stream_ctx_t
/external/srtp/include/
H A Dsrtp_priv.h219 auth_t *rtp_auth; member in struct:srtp_stream_ctx_t
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.cc598 if (srtp_context && srtp_context->rtp_auth) {
600 srtp_context->rtp_auth->state);
/external/srtp/test/
H A Dsrtp_driver.c1000 stream->rtp_auth->type->description,
1026 stream->rtp_auth->type->description,
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c1055 stream->rtp_auth->type->description,
1081 stream->rtp_auth->type->description,

Completed in 158 milliseconds