Home
last modified time | relevance | path

Searched refs:srtp_unprotect_rtcp (Results 1 – 6 of 6) sorted by relevance

/external/srtp/googlepatches/
Dgoogle-7-srtp-security-fix.patch43 @@ -1657,6 +1657,8 @@ srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) {
52 @@ -1694,7 +1696,10 @@ srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) {
64 @@ -1714,8 +1719,12 @@ srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) {
/external/srtp/
Dsrtp.def16 srtp_unprotect_rtcp
/external/srtp/include/
Dsrtp.h814 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len);
/external/srtp/test/
Ddtls_srtp_driver.c161 err = srtp_unprotect_rtcp(s, test_packet, &test_packet_len); in test_dtls_srtp()
Dsrtp_driver.c892 err_check(srtp_unprotect_rtcp(srtcp_rcvr, hdr, &len)); in srtcp_test()
921 status = srtp_unprotect_rtcp(srtcp_rcvr, hdr_enc, &len); in srtcp_test()
946 status = srtp_unprotect_rtcp(srtcp_rcvr, hdr, &len); in srtcp_test()
/external/srtp/srtp/
Dsrtp.c1629 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) { in srtp_unprotect_rtcp() function