Searched refs:srtp_unprotect_rtcp (Results 1 – 6 of 6) sorted by relevance
/external/srtp/googlepatches/ |
D | google-7-srtp-security-fix.patch | 43 @@ -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/ |
D | srtp.def | 16 srtp_unprotect_rtcp
|
/external/srtp/include/ |
D | srtp.h | 814 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len);
|
/external/srtp/test/ |
D | dtls_srtp_driver.c | 161 err = srtp_unprotect_rtcp(s, test_packet, &test_packet_len); in test_dtls_srtp()
|
D | srtp_driver.c | 892 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/ |
D | srtp.c | 1629 srtp_unprotect_rtcp(srtp_t ctx, void *srtcp_hdr, int *pkt_octet_len) { in srtp_unprotect_rtcp() function
|