OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_unprotect_rtcp
(Results
1 - 6
of
6
) sorted by null
/external/srtp/include/
srtp.h
727
* RTCP packets, and
srtp_unprotect_rtcp
() verifies the protections on
775
* @brief
srtp_unprotect_rtcp
() is the Secure RTCP receiver-side packet
778
* The function call
srtp_unprotect_rtcp
(ctx, srtp_hdr, len_ptr)
814
srtp_unprotect_rtcp
(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len);
/external/srtp/test/
dtls_srtp_driver.c
161
err =
srtp_unprotect_rtcp
(s, test_packet, &test_packet_len);
163
printf("wrong return value from
srtp_unprotect_rtcp
() (got code %d)\n",
srtp_driver.c
233
printf("testing srtp_protect_rtcp and
srtp_unprotect_rtcp
\n");
892
err_check(
srtp_unprotect_rtcp
(srtcp_rcvr, hdr, &len));
921
status =
srtp_unprotect_rtcp
(srtcp_rcvr, hdr_enc, &len);
946
status =
srtp_unprotect_rtcp
(srtcp_rcvr, hdr, &len);
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
337
int err =
srtp_unprotect_rtcp
(session_, p, out_len);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc
548
int err =
srtp_unprotect_rtcp
(session_, p, out_len);
/external/srtp/srtp/
srtp.c
502
* srtp_unprotect(), srtp_protect_rtcp(), and
srtp_unprotect_rtcp
(), and
1629
srtp_unprotect_rtcp
(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) {
function
[
all
...]
Completed in 311 milliseconds