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

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 85 * srtp_protect().
87 * @brief the maximum number of octets added by srtp_protect().
152 function srtp_protect()) */
288 * @brief srtp_protect() is the Secure RTP sender-side packet processing
291 * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
324 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
    [all...]
  /external/srtp/include/
srtp.h 85 * srtp_protect().
87 * @brief the maximum number of octets added by srtp_protect().
152 function srtp_protect()) */
279 * @brief srtp_protect() is the Secure RTP sender-side packet processing
282 * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
  /external/chromium_org/third_party/libsrtp/srtp/test/
dtls_srtp_driver.c 150 err = srtp_protect(s, test_packet, &test_packet_len);
152 printf("wrong return value from srtp_protect() (got code %d)\n",
rtp.c 75 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len);
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 "
531 status = srtp_protect(srtp, mesg, &len);
533 printf("error: srtp_protect() failed with error code %d\n", status);
583 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len);
663 err_check(srtp_protect(srtp_sender, hdr, &len));
677 * check for overrun of the srtp_protect() functio
    [all...]
  /external/srtp/test/
dtls_srtp_driver.c 143 err = srtp_protect(s, test_packet, &test_packet_len);
145 printf("wrong return value from srtp_protect() (got code %d)\n",
rtp.c 40 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len);
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 "
502 status = srtp_protect(srtp, mesg, &len);
504 printf("error: srtp_protect() failed with error code %d\n", status);
545 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len);
619 err_check(srtp_protect(srtp_sender, hdr, &len));
633 * check for overrun of the srtp_protect() function
643 fprintf(stdout, "overwrite in srtp_protect() function
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 508 int err = srtp_protect(session_, p, out_len);
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 644 * set direction to unknown - this flag gets checked in srtp_protect(),
740 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { function
753 debug_print(mod_srtp, "function srtp_protect", NULL);
798 * srtp_protect() and srtp_unprotect() will fail this test in one of
    [all...]
  /external/srtp/srtp/
srtp.c 501 * set direction to unknown - this flag gets checked in srtp_protect(),
597 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { function
610 debug_print(mod_srtp, "function srtp_protect", NULL);
654 * srtp_protect() and srtp_unprotect() will fail this test in one of
1062 * srtp_protect() and srtp_unprotect() will fail this test in one of
    [all...]

Completed in 290 milliseconds