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

  /external/srtp/
srtp.def 4 srtp_unprotect
Changes 150 and srtp_unprotect() to overwrite the byte that followed the
165 counter mode offset in the srtp_protect() and srtp_unprotect()
191 Added ntohs(hdr->seq) to srtp_protect and srtp_unprotect, removed
  /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",
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...]
rtp.c 87 stat = srtp_unprotect(receiver->srtp_ctx,
  /external/srtp/include/
ekt.h 52 * in srtp_unprotect, when a new stream appears, check if template has
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/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...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 322 int err = srtp_unprotect(session_, p, out_len);
  /external/srtp/doc/
intro.txt 287 srtp_unprotect() function), turning them into RTP packets. Similar

Completed in 179 milliseconds