Searched refs:srtp_unprotect_rtcp (Results 1 - 5 of 5) sorted by relevance

/external/srtp/include/
H A Dsrtp.h727 * 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/
H A Ddtls_srtp_driver.c161 err = srtp_unprotect_rtcp(s, test_packet, &test_packet_len);
163 printf("wrong return value from srtp_unprotect_rtcp() (got code %d)\n",
H A Dsrtp_driver.c233 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);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dsrtpfilter.cc337 int err = srtp_unprotect_rtcp(session_, p, out_len);
/external/srtp/srtp/
H A Dsrtp.c502 * 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

Completed in 120 milliseconds