Searched refs:srtp_protect (Results 1 – 11 of 11) sorted by relevance
/external/srtp/ |
D | srtp.def | 3 srtp_protect
|
D | Changes | 149 more zero octet than it should. This bug caused srtp_protect() 165 counter mode offset in the srtp_protect() and srtp_unprotect() 191 Added ntohs(hdr->seq) to srtp_protect and srtp_unprotect, removed
|
D | TODO | 28 Doucument internal APIs (cipher, auth, srtp_protect, ...)
|
D | README | 143 * The srtp_protect() function assumes that the buffer holding the
|
/external/srtp/test/ |
D | srtp_driver.c | 502 status = srtp_protect(srtp, mesg, &len); in srtp_bits_per_second() 545 srtp_protect(srtp, (srtp_hdr_t *)mesg, &len); in srtp_rejections_per_second() 619 err_check(srtp_protect(srtp_sender, hdr, &len)); in srtp_test() 741 err_check(srtp_protect(srtp_sender, hdr, &len)); in srtp_test() 1199 status = srtp_protect(srtp_snd, srtp_plaintext, &len); in srtp_validate()
|
D | dtls_srtp_driver.c | 143 err = srtp_protect(s, test_packet, &test_packet_len); in test_dtls_srtp()
|
D | rtp.c | 40 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len); in rtp_sendto()
|
/external/srtp/include/ |
D | srtp.h | 315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | srtpfilter.cc | 285 int err = srtp_protect(session_, p, out_len); in ProtectRtp()
|
/external/srtp/doc/ |
D | intro.txt | 284 can be encrypted and authenticated (using the srtp_protect() 370 srtp_protect(session, rtp_buffer, &len);
|
/external/srtp/srtp/ |
D | srtp.c | 597 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { in srtp_protect() function
|