Searched refs:srtp_unprotect_rtcp (Results 1 - 5 of 5) sorted by relevance
/external/srtp/include/ |
H A D | 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/ |
H A D | 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",
|
H A D | 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);
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
H A D | srtpfilter.cc | 337 int err = srtp_unprotect_rtcp(session_, p, out_len);
|
/external/srtp/srtp/ |
H A D | 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
|
Completed in 104 milliseconds