Searched refs:srtp_stream_init (Results 1 – 6 of 6) sorted by relevance
/external/srtp/include/ |
D | srtp_priv.h | 187 srtp_stream_init(srtp_stream_t srtp,
|
/external/srtp/srtp/ |
D | ekt.c | 192 err = srtp_stream_init(stream, &srtp_policy); in srtp_stream_init_from_ekt()
|
D | srtp.c | 471 srtp_stream_init(srtp_stream_ctx_t *srtp, in srtp_stream_init() function 1226 status = srtp_stream_init(tmp, policy); in srtp_add_stream()
|
/external/srtp/googlepatches/ |
D | vidyo-4-srtp-rtx.patch | 39 @@ -525,6 +526,9 @@ srtp_stream_init(srtp_stream_ctx_t *srtp 49 @@ -732,9 +736,12 @@ srtp_stream_init(srtp_stream_ctx_t *srtp
|
D | google-9-rdbx-leak-plug.patch | 5 @@ -189,6 +189,13 @@ srtp_stream_init(srtp_stream_t srtp, 207 @@ -549,7 +530,12 @@ srtp_stream_init(srtp_stream_ctx_t *srtp,
|
D | vidyo-3-srtp-ws.patch | 622 @@ -491,7 +494,8 @@ srtp_stream_init(srtp_stream_ctx_t *srtp 632 @@ -525,14 +529,20 @@ srtp_stream_init(srtp_stream_ctx_t *srtp
|