OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_protect_rtcp
(Results
1 - 5
of
5
) sorted by null
/external/srtp/include/
srtp.h
726
*
srtp_protect_rtcp
() applies cryptographic protections to outbound
730
* A note on the naming convention:
srtp_protect_rtcp
() has an srtp_t
738
* @brief
srtp_protect_rtcp
() is the Secure RTCP sender-side packet
741
* The function call
srtp_protect_rtcp
(ctx, rtp_hdr, len_ptr) applies
772
srtp_protect_rtcp
(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len);
/external/srtp/test/
dtls_srtp_driver.c
155
err =
srtp_protect_rtcp
(s, test_packet, &test_packet_len);
157
printf("wrong return value from
srtp_protect_rtcp
() (got code %d)\n",
srtp_driver.c
233
printf("testing
srtp_protect_rtcp
and srtp_unprotect_rtcp\n");
818
err_check(
srtp_protect_rtcp
(srtcp_sender, hdr, &len));
842
fprintf(stdout, "overwrite in
srtp_protect_rtcp
() function "
940
err_check(
srtp_protect_rtcp
(srtcp_sender, hdr, &len));
[
all
...]
/external/webrtc/talk/session/media/
srtpfilter.cc
580
int err =
srtp_protect_rtcp
(session_, p, out_len);
/external/srtp/srtp/
srtp.c
502
* srtp_unprotect(),
srtp_protect_rtcp
(), and srtp_unprotect_rtcp(), and
1446
srtp_protect_rtcp
(srtp_t ctx, void *rtcp_hdr, int *pkt_octet_len) {
function
[
all
...]
Completed in 2819 milliseconds