HomeSort by relevance Sort by last modified time
    Searched refs:srtp_unprotect_rtcp (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 800 * RTCP packets, and srtp_unprotect_rtcp() verifies the protections on
848 * @brief srtp_unprotect_rtcp() is the Secure RTCP receiver-side packet
851 * The function call srtp_unprotect_rtcp(ctx, srtp_hdr, len_ptr)
887 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len);
    [all...]
  /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/chromium_org/third_party/libsrtp/srtp/test/
dtls_srtp_driver.c 168 err = srtp_unprotect_rtcp(s, test_packet, &test_packet_len);
170 printf("wrong return value from srtp_unprotect_rtcp() (got code %d)\n",
srtp_driver.c 239 printf("testing srtp_protect_rtcp and srtp_unprotect_rtcp\n");
943 err_check(srtp_unprotect_rtcp(srtcp_rcvr, hdr, &len));
973 status = srtp_unprotect_rtcp(srtcp_rcvr, hdr_enc, &len);
999 status = srtp_unprotect_rtcp(srtcp_rcvr, hdr, &len);
    [all...]
  /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_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 582 int err = srtp_unprotect_rtcp(session_, p, out_len);
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 645 * srtp_unprotect(), srtp_protect_rtcp(), and srtp_unprotect_rtcp(), and
1832 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) { function
    [all...]
  /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 106 milliseconds