Searched refs:srtp_protect (Results 1 - 6 of 6) sorted by relevance
/external/srtp/include/ |
H A D | 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/srtp/test/ |
H A D | 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",
|
H A D | rtp.c | 40 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len);
|
H A D | 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() functio [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
H A D | srtpfilter.cc | 285 int err = srtp_protect(session_, p, out_len);
|
/external/srtp/srtp/ |
H A D | 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 1493 * srtp_protect() and srtp_unprotect() will fail this test in one of 1826 * srtp_protect() and srtp_unprotect() will fail this test in one of
|
Completed in 159 milliseconds