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

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 149 function srtp_unprotect()) */
327 * @brief srtp_unprotect() is the Secure RTP receiver-side packet
330 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
369 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
    [all...]
  /external/srtp/include/
srtp.h 149 function srtp_unprotect()) */
318 * @brief srtp_unprotect() is the Secure RTP receiver-side packet
321 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
  /external/chromium_org/third_party/libsrtp/srtp/test/
dtls_srtp_driver.c 156 err = srtp_unprotect(s, test_packet, &test_packet_len);
158 printf("wrong return value from srtp_unprotect() (got code %d)\n",
rtp.c 127 stat = srtp_unprotect(receiver->srtp_ctx,
srtp_driver.c 232 printf("testing srtp_protect and srtp_unprotect\n");
255 printf("testing srtp_protect and srtp_unprotect with big policy\n");
269 printf("testing srtp_protect and srtp_unprotect on "
282 printf("testing srtp_protect and srtp_unprotect against "
295 printf("testing srtp_protect and srtp_unprotect against "
588 srtp_unprotect(srtp, (srtp_hdr_t *)mesg, &len);
740 err_check(srtp_unprotect(srtp_rcvr, hdr, &len));
770 status = srtp_unprotect(srtp_rcvr, hdr_enc, &len);
796 status = srtp_unprotect(srtp_rcvr, hdr, &len);
    [all...]
  /external/srtp/test/
dtls_srtp_driver.c 149 err = srtp_unprotect(s, test_packet, &test_packet_len);
151 printf("wrong return value from srtp_unprotect() (got code %d)\n",
rtp.c 87 stat = srtp_unprotect(receiver->srtp_ctx,
srtp_driver.c 226 printf("testing srtp_protect and srtp_unprotect\n");
249 printf("testing srtp_protect and srtp_unprotect with big policy\n");
258 printf("testing srtp_protect and srtp_unprotect on "
271 printf("testing srtp_protect and srtp_unprotect against "
550 srtp_unprotect(srtp, (srtp_hdr_t *)mesg, &len);
693 err_check(srtp_unprotect(srtp_rcvr, hdr, &len));
722 status = srtp_unprotect(srtp_rcvr, hdr_enc, &len);
747 status = srtp_unprotect(srtp_rcvr, hdr, &len);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 563 int err = srtp_unprotect(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
798 * srtp_protect() and srtp_unprotect() will fail this test in one of
984 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { function
998 debug_print(mod_srtp, "function srtp_unprotect", NULL);
    [all...]
  /external/srtp/srtp/
srtp.c 502 * srtp_unprotect(), srtp_protect_rtcp(), and srtp_unprotect_rtcp(), and
654 * srtp_protect() and srtp_unprotect() will fail this test in one of
840 srtp_unprotect(srtp_ctx_t *ctx, void *srtp_hdr, int *pkt_octet_len) { function
854 debug_print(mod_srtp, "function srtp_unprotect", NULL);
1062 * srtp_protect() and srtp_unprotect() will fail this test in one of
    [all...]

Completed in 53 milliseconds