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

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 799 * srtp_protect_rtcp() applies cryptographic protections to outbound
803 * A note on the naming convention: srtp_protect_rtcp() has an srtp_t
811 * @brief srtp_protect_rtcp() is the Secure RTCP sender-side packet
814 * The function call srtp_protect_rtcp(ctx, rtp_hdr, len_ptr) applies
845 srtp_protect_rtcp(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len);
    [all...]
  /external/srtp/include/
srtp.h 726 * srtp_protect_rtcp() applies cryptographic protections to outbound
730 * A note on the naming convention: srtp_protect_rtcp() has an srtp_t
738 * @brief srtp_protect_rtcp() is the Secure RTCP sender-side packet
741 * The function call srtp_protect_rtcp(ctx, rtp_hdr, len_ptr) applies
772 srtp_protect_rtcp(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len);
  /external/chromium_org/third_party/libsrtp/srtp/test/
dtls_srtp_driver.c 162 err = srtp_protect_rtcp(s, test_packet, &test_packet_len);
164 printf("wrong return value from srtp_protect_rtcp() (got code %d)\n",
srtp_driver.c 239 printf("testing srtp_protect_rtcp and srtp_unprotect_rtcp\n");
869 err_check(srtp_protect_rtcp(srtcp_sender, hdr, &len));
893 fprintf(stdout, "overwrite in srtp_protect_rtcp() function "
993 err_check(srtp_protect_rtcp(srtcp_sender, hdr, &len));
    [all...]
  /external/srtp/test/
dtls_srtp_driver.c 155 err = srtp_protect_rtcp(s, test_packet, &test_packet_len);
157 printf("wrong return value from srtp_protect_rtcp() (got code %d)\n",
srtp_driver.c 233 printf("testing srtp_protect_rtcp and srtp_unprotect_rtcp\n");
818 err_check(srtp_protect_rtcp(srtcp_sender, hdr, &len));
842 fprintf(stdout, "overwrite in srtp_protect_rtcp() function "
940 err_check(srtp_protect_rtcp(srtcp_sender, hdr, &len));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 547 int err = srtp_protect_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
1649 srtp_protect_rtcp(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len) { function
    [all...]
  /external/srtp/srtp/
srtp.c 502 * srtp_unprotect(), srtp_protect_rtcp(), and srtp_unprotect_rtcp(), and
1446 srtp_protect_rtcp(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len) { function
    [all...]

Completed in 352 milliseconds