Home
last modified time | relevance | path

Searched refs:srtp_stream_ctx_t (Results 1 – 3 of 3) sorted by relevance

/external/libsrtp2/include/
Dsrtp_priv.h68 typedef struct srtp_stream_ctx_t_ srtp_stream_ctx_t; typedef
69 typedef srtp_stream_ctx_t *srtp_stream_t;
85 srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
95 srtp_stream_ctx_t *srtp,
/external/libsrtp2/srtp/
Dsrtp.c152 srtp_err_status_t srtp_stream_dealloc(srtp_stream_ctx_t *stream, in srtp_stream_dealloc()
153 const srtp_stream_ctx_t *stream_template) in srtp_stream_dealloc()
284 srtp_err_status_t srtp_stream_alloc(srtp_stream_ctx_t **str_ptr, in srtp_stream_alloc()
287 srtp_stream_ctx_t *str; in srtp_stream_alloc()
301 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_alloc()
451 srtp_err_status_t srtp_stream_clone(const srtp_stream_ctx_t *stream_template, in srtp_stream_clone()
453 srtp_stream_ctx_t **str_ptr) in srtp_stream_clone()
456 srtp_stream_ctx_t *str; in srtp_stream_clone()
464 str = (srtp_stream_ctx_t *)srtp_crypto_alloc(sizeof(srtp_stream_ctx_t)); in srtp_stream_clone()
801 srtp_stream_ctx_t *stream, in srtp_get_session_keys_with_mki_index()
[all …]
/external/webrtc/pc/
Dsrtp_session.cc185 srtp_stream_ctx_t* srtp_context = session_->stream_template; in GetRtpAuthParams()
225 srtp_stream_ctx_t* stream = srtp_get_stream(session_, hdr->ssrc); in GetSendStreamPacketIndex()