Home
last modified time | relevance | path

Searched refs:srtp_protect (Results 1 – 11 of 11) sorted by relevance

/external/srtp/
Dsrtp.def3 srtp_protect
DChanges149 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
DTODO28 Doucument internal APIs (cipher, auth, srtp_protect, ...)
DREADME143 * The srtp_protect() function assumes that the buffer holding the
/external/srtp/test/
Dsrtp_driver.c502 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()
Ddtls_srtp_driver.c143 err = srtp_protect(s, test_packet, &test_packet_len); in test_dtls_srtp()
Drtp.c40 stat = srtp_protect(sender->srtp_ctx, &sender->message.header, &pkt_len); in rtp_sendto()
/external/srtp/include/
Dsrtp.h315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dsrtpfilter.cc285 int err = srtp_protect(session_, p, out_len); in ProtectRtp()
/external/srtp/doc/
Dintro.txt284 can be encrypted and authenticated (using the srtp_protect()
370 srtp_protect(session, rtp_buffer, &len);
/external/srtp/srtp/
Dsrtp.c597 srtp_protect(srtp_ctx_t *ctx, void *rtp_hdr, int *pkt_octet_len) { in srtp_protect() function